diff options
| author | Peter Robinson <[email protected]> | 2019-02-20 12:17:26 +0000 |
|---|---|---|
| committer | Tom Warren <[email protected]> | 2019-02-20 09:01:44 -0700 |
| commit | 02253d4d12667b99dc7538b0427353a8c8221514 (patch) | |
| tree | c10b734f750d518db31f8b951c9d32ecedff7e14 /drivers | |
| parent | f16e3115f3b601f121798070b97224b8234d71b7 (diff) | |
Kconfig: tegra: Migrate SYS_I2C_TEGRA
Migrate SYS_I2C_TEGRA from headers to Kconfig
Signed-off-by: Peter Robinson <[email protected]>
Cc: Tom Warren <[email protected]>
Cc: Stephen Warren <[email protected]>
Cc: Heiko Schocher <[email protected]>
Cc: Marcel Ziswiler <[email protected]>
Cc: [email protected]
Cc: Lucas Stach <[email protected]>
Cc: Stefan Agner <[email protected]>
Cc: Alban Bedel <[email protected]>
Cc: Allen Martin <[email protected]>
Signed-off-by: Tom Warren <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/i2c/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/i2c/Kconfig b/drivers/i2c/Kconfig index b6bc678091d..215624020f6 100644 --- a/drivers/i2c/Kconfig +++ b/drivers/i2c/Kconfig @@ -400,6 +400,12 @@ config SYS_I2C_STM32F7 _ Optional clock stretching _ Software reset +config SYS_I2C_TEGRA + bool "NVIDIA Tegra internal I2C controller" + depends on TEGRA + help + Support for NVIDIA I2C controller available in Tegra SoCs. + config SYS_I2C_UNIPHIER bool "UniPhier I2C driver" depends on ARCH_UNIPHIER && DM_I2C |
