aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/Kconfig
diff options
context:
space:
mode:
authorWolfram Sang <w.sang@pengutronix.de>2012-10-08 06:46:32 -0400
committerWolfram Sang <w.sang@pengutronix.de>2012-10-08 06:46:32 -0400
commit102084d3d3969646cc89ea159e50898aeafc6649 (patch)
treee92924469b3fab3ee6fa29e338e0a3a4cb167e82 /drivers/i2c/busses/Kconfig
parent6ccbe607132bd823abbad8d32b13af89161707da (diff)
parent979570e02981d4a8fc20b3cc8fd651856c98ee9d (diff)
Merge tag 'v3.6-rc7' into i2c-embedded/for-next
Linux 3.6-rc7 Needed to get updates from i2c-embedded/for-current into i2c-embedded/for-next
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r--drivers/i2c/busses/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
index c8c11b21778b..61f3ab6a1ad9 100644
--- a/drivers/i2c/busses/Kconfig
+++ b/drivers/i2c/busses/Kconfig
@@ -104,6 +104,7 @@ config I2C_I801
104 DH89xxCC (PCH) 104 DH89xxCC (PCH)
105 Panther Point (PCH) 105 Panther Point (PCH)
106 Lynx Point (PCH) 106 Lynx Point (PCH)
107 Lynx Point-LP (PCH)
107 108
108 This driver can also be built as a module. If so, the module 109 This driver can also be built as a module. If so, the module
109 will be called i2c-i801. 110 will be called i2c-i801.
@@ -357,9 +358,13 @@ config I2C_DAVINCI
357 devices such as DaVinci NIC. 358 devices such as DaVinci NIC.
358 For details please see http://www.ti.com/davinci 359 For details please see http://www.ti.com/davinci
359 360
361config I2C_DESIGNWARE_CORE
362 tristate
363
360config I2C_DESIGNWARE_PLATFORM 364config I2C_DESIGNWARE_PLATFORM
361 tristate "Synopsys DesignWare Platform" 365 tristate "Synopsys DesignWare Platform"
362 depends on HAVE_CLK 366 depends on HAVE_CLK
367 select I2C_DESIGNWARE_CORE
363 help 368 help
364 If you say yes to this option, support will be included for the 369 If you say yes to this option, support will be included for the
365 Synopsys DesignWare I2C adapter. Only master mode is supported. 370 Synopsys DesignWare I2C adapter. Only master mode is supported.
@@ -370,6 +375,7 @@ config I2C_DESIGNWARE_PLATFORM
370config I2C_DESIGNWARE_PCI 375config I2C_DESIGNWARE_PCI
371 tristate "Synopsys DesignWare PCI" 376 tristate "Synopsys DesignWare PCI"
372 depends on PCI 377 depends on PCI
378 select I2C_DESIGNWARE_CORE
373 help 379 help
374 If you say yes to this option, support will be included for the 380 If you say yes to this option, support will be included for the
375 Synopsys DesignWare I2C adapter. Only master mode is supported. 381 Synopsys DesignWare I2C adapter. Only master mode is supported.