From 02253d4d12667b99dc7538b0427353a8c8221514 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Wed, 20 Feb 2019 12:17:26 +0000 Subject: Kconfig: tegra: Migrate SYS_I2C_TEGRA Migrate SYS_I2C_TEGRA from headers to Kconfig Signed-off-by: Peter Robinson Cc: Tom Warren Cc: Stephen Warren Cc: Heiko Schocher Cc: Marcel Ziswiler Cc: Peter.Chubb@data61.csiro.au Cc: Lucas Stach Cc: Stefan Agner Cc: Alban Bedel Cc: Allen Martin Signed-off-by: Tom Warren --- include/configs/jetson-tk1.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/configs/jetson-tk1.h') diff --git a/include/configs/jetson-tk1.h b/include/configs/jetson-tk1.h index 192d821d4b..f93c81a6d4 100644 --- a/include/configs/jetson-tk1.h +++ b/include/configs/jetson-tk1.h @@ -18,9 +18,6 @@ #define CONFIG_TEGRA_ENABLE_UARTD #define CONFIG_SYS_NS16550_COM1 NV_PA_APB_UARTD_BASE -/* I2C */ -#define CONFIG_SYS_I2C_TEGRA - /* Environment in eMMC, at the end of 2nd "boot sector" */ #define CONFIG_ENV_OFFSET (-CONFIG_ENV_SIZE) #define CONFIG_SYS_MMC_ENV_DEV 0 -- cgit