diff options
author | Tom Rini <trini@konsulko.com> | 2019-02-20 12:28:57 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-02-20 12:28:57 -0500 |
commit | 888f9aa5cac4227e540a5c91a744ac7bed386e70 (patch) | |
tree | 27e0c1da87d75b80ab673d13084fb1489c985893 /drivers/i2c | |
parent | 0c41e59a37fbd5b10d4837ae30c288a084997465 (diff) | |
parent | a3c9021771608f5b514c75874fa0d8fbee2873d6 (diff) | |
download | u-boot-888f9aa5cac4227e540a5c91a744ac7bed386e70.tar.gz |
Merge branch 'master' of git://git.denx.de/u-boot-tegra
Diffstat (limited to 'drivers/i2c')
-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 b6bc678091..215624020f 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 |