Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6
[pandora-kernel.git] / drivers / i2c / busses / Kconfig
index 2b0874b..6ee997b 100644 (file)
@@ -101,6 +101,16 @@ config I2C_I801
          This driver can also be built as a module.  If so, the module
          will be called i2c-i801.
 
+config I2C_ISCH
+       tristate "Intel SCH SMBus 1.0"
+       depends on PCI
+       help
+         Say Y here if you want to use SMBus controller on the Intel SCH
+         based systems.
+
+         This driver can also be built as a module. If so, the module
+         will be called i2c-isch.
+
 config I2C_PIIX4
        tristate "Intel PIIX4 and compatible (ATI/Serverworks/Broadcom/SMSC)"
        depends on PCI
@@ -289,6 +299,16 @@ config I2C_BLACKFIN_TWI_CLK_KHZ
        help
          The unit of the TWI clock is kHz.
 
+config I2C_CPM
+       tristate "Freescale CPM1 or CPM2 (MPC8xx/826x)"
+       depends on (CPM1 || CPM2) && OF_I2C
+       help
+         This supports the use of the I2C interface on Freescale
+         processors with CPM1 or CPM2.
+
+         This driver can also be built as a module.  If so, the module
+         will be called i2c-cpm.
+
 config I2C_DAVINCI
        tristate "DaVinci I2C driver"
        depends on ARCH_DAVINCI