aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/Kconfig
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2010-10-29 19:15:57 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2010-10-29 19:15:57 -0400
commit44234d0c465d996145e9c821fa28a981f2e8309d (patch)
tree0ffdc6949e885e2234933610296ad1f0e14b0515 /drivers/i2c/busses/Kconfig
parent91ab9bf7c5322128d3b29c04393268658631e26a (diff)
parent9cc11dee3ddf140e39b0088688bfe5ee45d63b41 (diff)
Merge branch 'for-2637/i2c-all' of git://git.fluff.org/bjdooks/linux
* 'for-2637/i2c-all' of git://git.fluff.org/bjdooks/linux: i2c-intel-mid: Driver depends on PCI i2c-intel-mid: support for Moorestown and Medfield platform i2c-nomadik: fixup bus delays i2c-nomadik: support smbus emulation i2c-nomadik: dynamic clocking i2c-nomadik: documentation fixes i2c-s3c2410: Enable i2c clock only when doing some transfert
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 fd455a2fdd1..c950be3cce2 100644
--- a/drivers/i2c/busses/Kconfig
+++ b/drivers/i2c/busses/Kconfig
@@ -396,6 +396,16 @@ config I2C_IMX
396 This driver can also be built as a module. If so, the module 396 This driver can also be built as a module. If so, the module
397 will be called i2c-imx. 397 will be called i2c-imx.
398 398
399config I2C_INTEL_MID
400 tristate "Intel Moorestown/Medfield Platform I2C controller"
401 depends on PCI
402 help
403 Say Y here if you have an Intel Moorestown/Medfield platform I2C
404 controller.
405
406 This support is also available as a module. If so, the module
407 will be called i2c-intel-mid.
408
399config I2C_IOP3XX 409config I2C_IOP3XX
400 tristate "Intel IOPx3xx and IXP4xx on-chip I2C interface" 410 tristate "Intel IOPx3xx and IXP4xx on-chip I2C interface"
401 depends on ARCH_IOP32X || ARCH_IOP33X || ARCH_IXP4XX || ARCH_IOP13XX 411 depends on ARCH_IOP32X || ARCH_IOP33X || ARCH_IXP4XX || ARCH_IOP13XX