diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2019-02-20 12:17:26 +0000 |
---|---|---|
committer | Tom Warren <twarren@nvidia.com> | 2019-02-20 09:01:44 -0700 |
commit | 02253d4d12667b99dc7538b0427353a8c8221514 (patch) | |
tree | c10b734f750d518db31f8b951c9d32ecedff7e14 /include/configs/apalis-tk1.h | |
parent | f16e3115f3b601f121798070b97224b8234d71b7 (diff) | |
download | u-boot-02253d4d12667b99dc7538b0427353a8c8221514.zip u-boot-02253d4d12667b99dc7538b0427353a8c8221514.tar.gz u-boot-02253d4d12667b99dc7538b0427353a8c8221514.tar.bz2 |
Kconfig: tegra: Migrate SYS_I2C_TEGRA
Migrate SYS_I2C_TEGRA from headers to Kconfig
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Cc: Tom Warren <twarren@nvidia.com>
Cc: Stephen Warren <swarren@nvidia.com>
Cc: Heiko Schocher <hs@denx.de>
Cc: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Cc: Peter.Chubb@data61.csiro.au
Cc: Lucas Stach <dev@lynxeye.de>
Cc: Stefan Agner <stefan.agner@toradex.com>
Cc: Alban Bedel <alban.bedel@avionic-design.de>
Cc: Allen Martin <amartin@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'include/configs/apalis-tk1.h')
-rw-r--r-- | include/configs/apalis-tk1.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/apalis-tk1.h b/include/configs/apalis-tk1.h index 506a9e4..05c958a 100644 --- a/include/configs/apalis-tk1.h +++ b/include/configs/apalis-tk1.h @@ -18,9 +18,6 @@ #define CONFIG_TEGRA_ENABLE_UARTA #define CONFIG_SYS_NS16550_COM1 NV_PA_APB_UARTA_BASE -/* I2C */ -#define CONFIG_SYS_I2C_TEGRA - /* SD/MMC support */ #define CONFIG_SUPPORT_EMMC_BOOT /* eMMC specific */ |