diff options
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 7 |
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 | ||
610 | config 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 | |||
610 | config I2C_VERSATILE | 617 | config 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 |