summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYe Li <[email protected]>2016-08-11 14:02:39 +0800
committerStefano Babic <[email protected]>2016-10-04 15:41:00 +0200
commit51db46035cd72b611d2decca25d660a297965ab6 (patch)
treec97d5ec5cf63e4c9aedf78e9260799b6fae480bf
parent65ce54be8e0566f9ccaaccce19f6be69ce51d874 (diff)
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 <[email protected]> Signed-off-by: Ye Li <[email protected]> Cc: Stefano Babic <[email protected]>
-rw-r--r--arch/arm/cpu/armv7/mx6/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/mx6/Kconfig b/arch/arm/cpu/armv7/mx6/Kconfig
index 4214ab5dc61..32405c6fe43 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