]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/i2c/Kconfig
i2c: Add i2c_board_info and i2c_new_device()
[linux-2.6-omap-h63xx.git] / drivers / i2c / Kconfig
index 11935f66fcd8fcf839bafc73c74fbb1eb1a9f009..74c8518b69e7134410a8e8ee1c4defb7b5ffd7e5 100644 (file)
@@ -22,6 +22,11 @@ config I2C
          This I2C support can also be built as a module.  If so, the module
          will be called i2c-core.
 
+config I2C_BOARDINFO
+       boolean
+       depends on I2C
+       default y
+
 config I2C_CHARDEV
        tristate "I2C device interface"
        depends on I2C