aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r--drivers/i2c/busses/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
index 56b6f29c9a3c..6ee997b2817c 100644
--- a/drivers/i2c/busses/Kconfig
+++ b/drivers/i2c/busses/Kconfig
@@ -299,6 +299,16 @@ config I2C_BLACKFIN_TWI_CLK_KHZ
299 help 299 help
300 The unit of the TWI clock is kHz. 300 The unit of the TWI clock is kHz.
301 301
302config I2C_CPM
303 tristate "Freescale CPM1 or CPM2 (MPC8xx/826x)"
304 depends on (CPM1 || CPM2) && OF_I2C
305 help
306 This supports the use of the I2C interface on Freescale
307 processors with CPM1 or CPM2.
308
309 This driver can also be built as a module. If so, the module
310 will be called i2c-cpm.
311
302config I2C_DAVINCI 312config I2C_DAVINCI
303 tristate "DaVinci I2C driver" 313 tristate "DaVinci I2C driver"
304 depends on ARCH_DAVINCI 314 depends on ARCH_DAVINCI