commit | 18138ab20347ffe5a2b80dd180026dae697a160d | [log] [tgz] |
---|---|---|
author | Trevor Woerner <twoerner@gmail.com> | Wed May 06 08:02:41 2020 -0400 |
committer | Tom Rini <trini@konsulko.com> | Fri May 15 14:47:35 2020 -0400 |
tree | 33c1293f88d4fa8287a53ca832609d7727a45d01 | |
parent | bb0fb4c0f40803eaffd7a4fc0ec3a9fe4a8be0f0 [diff] [blame] |
rename symbol: CONFIG_TEGRA -> CONFIG_ARCH_TEGRA Have this symbol follow the pattern of all other such symbols. Signed-off-by: Trevor Woerner <twoerner@gmail.com>
diff --git a/drivers/i2c/Kconfig b/drivers/i2c/Kconfig index e42b651..f8b18de 100644 --- a/drivers/i2c/Kconfig +++ b/drivers/i2c/Kconfig
@@ -402,7 +402,7 @@ config SYS_I2C_TEGRA bool "NVIDIA Tegra internal I2C controller" - depends on TEGRA + depends on ARCH_TEGRA help Support for NVIDIA I2C controller available in Tegra SoCs.