diff options
author | Lukasz Majewski | 2019-04-04 12:26:46 +0200 |
---|---|---|
committer | Stefano Babic | 2019-04-25 17:03:25 +0200 |
commit | e4b9f5244dcc9ecf37a862fa062f4d5b1a5eccff (patch) | |
tree | 04e937bac6c57e5fa056775605abc86a298c0d39 | |
parent | 81253ebba2344bcac66d45d9f24d35f4bb679a4c (diff) |
ARM: defconfig: Move CONFIG_FSL_ESDHC to Kconfig
The CONFIG_FSL_ESDHC is now enabled and defined in Kconfig, not in
include/configs/kp_imx53.h
Signed-off-by: Lukasz Majewski <lukma@denx.de>
-rw-r--r-- | configs/kp_imx53_defconfig | 1 | ||||
-rw-r--r-- | include/configs/kp_imx53.h | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/configs/kp_imx53_defconfig b/configs/kp_imx53_defconfig index cfe96fcce5e..4be67d17364 100644 --- a/configs/kp_imx53_defconfig +++ b/configs/kp_imx53_defconfig @@ -31,6 +31,7 @@ CONFIG_DEFAULT_DEVICE_TREE="imx53-kp" CONFIG_ENV_IS_IN_MMC=y CONFIG_I2C_SET_DEFAULT_BUS_NUM=y CONFIG_I2C_DEFAULT_BUS_NUMBER=0x1 +CONFIG_FSL_ESDHC=y CONFIG_PHYLIB=y CONFIG_PHY_SMSC=y CONFIG_FEC_MXC=y diff --git a/include/configs/kp_imx53.h b/include/configs/kp_imx53.h index 3ea75fa120c..f82dcd84267 100644 --- a/include/configs/kp_imx53.h +++ b/include/configs/kp_imx53.h @@ -16,7 +16,6 @@ #define CONFIG_SYS_MALLOC_LEN (32 * SZ_1M) /* MMC Configs */ -#define CONFIG_FSL_ESDHC #define CONFIG_SYS_FSL_ESDHC_ADDR 0 #define CONFIG_SYS_FSL_ESDHC_NUM 1 |