summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/armv7/mx6
diff options
context:
space:
mode:
authorNikita Kiryanov <nikita@compulab.co.il>2015-07-23 17:19:33 +0300
committerStefano Babic <sbabic@denx.de>2015-08-02 10:51:38 +0200
commit81f5598b2d8b0d3875b02aee26b12c454fa2c30e (patch)
treec525a3036e2bda40af485d132f857376edb2e685 /arch/arm/cpu/armv7/mx6
parent7d731e3a9ac88329d508ded2886a2e28c21b655f (diff)
downloadblackbird-obmc-uboot-81f5598b2d8b0d3875b02aee26b12c454fa2c30e.tar.gz
blackbird-obmc-uboot-81f5598b2d8b0d3875b02aee26b12c454fa2c30e.zip
arm: mx6: cm-fx6: move cm-fx6 target under ARCH_MX6
cm-fx6 is an MX6 based board, and the menuconfig hierarchy should reflect that. Make TARGET_CM_FX6 dependant on ARCH_MX6. Cc: Stefano Babic <sbabic@denx.de> Cc: Igor Grinberg <grinberg@compulab.co.il> Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il> Acked-by: Igor Grinberg <grinberg@compulab.co.il>
Diffstat (limited to 'arch/arm/cpu/armv7/mx6')
-rw-r--r--arch/arm/cpu/armv7/mx6/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/mx6/Kconfig b/arch/arm/cpu/armv7/mx6/Kconfig
index 10908c4c4a..2c18bcd7a2 100644
--- a/arch/arm/cpu/armv7/mx6/Kconfig
+++ b/arch/arm/cpu/armv7/mx6/Kconfig
@@ -29,6 +29,14 @@ choice
prompt "MX6 board select"
optional
+config TARGET_CM_FX6
+ bool "Support CM-FX6"
+ select CPU_V7
+ select SUPPORT_SPL
+ select DM
+ select DM_SERIAL
+ select DM_GPIO
+
config TARGET_SECOMX6
bool "Support secomx6 boards"
select CPU_V7
OpenPOWER on IntegriCloud