Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[firefly-linux-kernel-4.4.55.git] / drivers / i2c / Kconfig
index b51a402752c4c616a0d2a57ba6cd73c983296fc1..8c9e619f3026c9e4e88c979698cae39fd41e0c1a 100644 (file)
@@ -110,6 +110,16 @@ config I2C_STUB
 
          If you don't know what to do here, definitely say N.
 
+config I2C_SLAVE
+       bool "I2C slave support"
+
+if I2C_SLAVE
+
+config I2C_SLAVE_EEPROM
+       tristate "I2C eeprom slave driver"
+
+endif
+
 config I2C_DEBUG_CORE
        bool "I2C Core debugging messages"
        help