diff options
Diffstat (limited to 'drivers/i2c/Kconfig')
-rw-r--r-- | drivers/i2c/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/i2c/Kconfig b/drivers/i2c/Kconfig index 11935f66fcd8..74c8518b69e7 100644 --- a/drivers/i2c/Kconfig +++ b/drivers/i2c/Kconfig | |||
@@ -22,6 +22,11 @@ config I2C | |||
22 | This I2C support can also be built as a module. If so, the module | 22 | This I2C support can also be built as a module. If so, the module |
23 | will be called i2c-core. | 23 | will be called i2c-core. |
24 | 24 | ||
25 | config I2C_BOARDINFO | ||
26 | boolean | ||
27 | depends on I2C | ||
28 | default y | ||
29 | |||
25 | config I2C_CHARDEV | 30 | config I2C_CHARDEV |
26 | tristate "I2C device interface" | 31 | tristate "I2C device interface" |
27 | depends on I2C | 32 | depends on I2C |