From: Peng Fan Date: Wed, 19 Aug 2015 07:48:58 +0000 (+0800) Subject: imx: mx6ul_14x14_evk select MX6UL X-Git-Tag: KARO-TXSD-2017-03-15~3449^2~8 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=d5b2112e75fd2aea20e8150d912371d9f19a231c;p=karo-tx-uboot.git imx: mx6ul_14x14_evk select MX6UL There is no need to expose SoC choice to user, we already got the SoC according to the build target. So default "select MX6UL" for MX6UL_14x14_EVK target. Signed-off-by: Peng Fan Cc: Stefano Babic Cc: Fabio Estevam --- diff --git a/arch/arm/cpu/armv7/mx6/Kconfig b/arch/arm/cpu/armv7/mx6/Kconfig index 2277fe4262..77fad0449d 100644 --- a/arch/arm/cpu/armv7/mx6/Kconfig +++ b/arch/arm/cpu/armv7/mx6/Kconfig @@ -102,6 +102,7 @@ config TARGET_MX6SXSABRESD config TARGET_MX6UL_14X14_EVK bool "mx6ul_14x14_evk" + select MX6UL select CPU_V7 select DM select DM_THERMAL