From b4cfea97e6a79d9613920e5fa7c4e7bded0443c4 Mon Sep 17 00:00:00 2001 From: Ye Li Date: Tue, 16 Feb 2016 18:24:24 +0800 Subject: MLK-12616-3 mx6ull: Enable CONFIG_MX6UL definition for MX6ULL Since iMX6ULL is derivative of iMX6UL, most of design are same, so enable CONFIG_MX6UL to reduce duplicated effort. We can use CONFIG_MX6ULL for the difference between these two chips. Signed-off-by: Ye Li (cherry picked from commit b3b0a429ef66d334e776052c1a9a281aeb568e05) --- arch/arm/cpu/armv7/mx6/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'arch/arm') diff --git a/arch/arm/cpu/armv7/mx6/Kconfig b/arch/arm/cpu/armv7/mx6/Kconfig index f280f29..ce073da 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 -- cgit v1.1