aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/Kconfig
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2011-02-20 20:14:21 -0500
committerBen Dooks <ben-linux@fluff.org>2011-02-22 19:53:26 -0500
commitdb811ca0f48578f9940f49f284ac81e336b264ad (patch)
tree5df593fbcc910071e8a30e650f08cf62ac9f6849 /drivers/i2c/busses/Kconfig
parentd8204a37baf5474d3154eb536c936369be2bd5c0 (diff)
i2c: tegra: Add i2c support
Adds I2C bus driver for nVidia Tegra SoCs. Tegra includes 4 I2C controllers, one of which is inside the Dynamic Voltage Controller and has a slightly different register map. Signed-off-by: Colin Cross <ccross@android.com> Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r--drivers/i2c/busses/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
index 113505a6434e..a5f48dc3b81f 100644
--- a/drivers/i2c/busses/Kconfig
+++ b/drivers/i2c/busses/Kconfig
@@ -607,6 +607,13 @@ config I2C_STU300
607 This driver can also be built as a module. If so, the module 607 This driver can also be built as a module. If so, the module
608 will be called i2c-stu300. 608 will be called i2c-stu300.
609 609
610config I2C_TEGRA
611 tristate "NVIDIA Tegra internal I2C controller"
612 depends on ARCH_TEGRA
613 help
614 If you say yes to this option, support will be included for the
615 I2C controller embedded in NVIDIA Tegra SOCs
616
610config I2C_VERSATILE 617config I2C_VERSATILE
611 tristate "ARM Versatile/Realview I2C bus support" 618 tristate "ARM Versatile/Realview I2C bus support"
612 depends on ARCH_VERSATILE || ARCH_REALVIEW || ARCH_VEXPRESS 619 depends on ARCH_VERSATILE || ARCH_REALVIEW || ARCH_VEXPRESS