From: Ye Li Date: Thu, 11 Aug 2016 06:02:39 +0000 (+0800) Subject: imx: mx6ull: add kconfig entry for MX6ULL X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=cddd8bf3c9aa1e4b6ca872a49f87a1902ad23eb4;p=bsp%2Fu-boot.git imx: mx6ull: add kconfig entry for MX6ULL i.MX6ULL is derivative from i.MX6UL, so select MX6UL for MX6ULL. If need to differenate MX6ULL from MX6UL, use CONFIG_MX6ULL Signed-off-by: Peng Fan Signed-off-by: Ye Li Cc: Stefano Babic --- diff --git a/arch/arm/cpu/armv7/mx6/Kconfig b/arch/arm/cpu/armv7/mx6/Kconfig index 4214ab5dc6..32405c6fe4 100644 --- a/arch/arm/cpu/armv7/mx6/Kconfig +++ b/arch/arm/cpu/armv7/mx6/Kconfig @@ -31,6 +31,10 @@ config MX6UL select ROM_UNIFIED_SECTIONS bool +config MX6ULL + bool + select MX6UL + choice prompt "MX6 board select" optional