summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorNikita Kiryanov <[email protected]>2015-07-23 17:19:34 +0300
committerStefano Babic <[email protected]>2015-08-02 10:51:38 +0200
commit09a096992bcfb6bc9835efd5df7aad5bf69e952b (patch)
tree84d8b619ae837037cc20d687f6093dfdda4c062f /arch
parent81f5598b2d8b0d3875b02aee26b12c454fa2c30e (diff)
arm: mx6: kconfig: don't select CPU_V7 per board
CPU_V7 is already selected by ARCH_MX6, so no point in selecting it again by boards that depend on ARCH_MX6. Cc: Albert Aribaud <[email protected]> Cc: Stefano Babic <[email protected]> Cc: Igor Grinberg <[email protected]> Signed-off-by: Nikita Kiryanov <[email protected]>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/cpu/armv7/mx6/Kconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/cpu/armv7/mx6/Kconfig b/arch/arm/cpu/armv7/mx6/Kconfig
index 2c18bcd7a29..68b46c10d49 100644
--- a/arch/arm/cpu/armv7/mx6/Kconfig
+++ b/arch/arm/cpu/armv7/mx6/Kconfig
@@ -31,7 +31,6 @@ choice
config TARGET_CM_FX6
bool "Support CM-FX6"
- select CPU_V7
select SUPPORT_SPL
select DM
select DM_SERIAL
@@ -39,11 +38,9 @@ config TARGET_CM_FX6
config TARGET_SECOMX6
bool "Support secomx6 boards"
- select CPU_V7
config TARGET_TQMA6
bool "TQ Systems TQMa6 board"
- select CPU_V7
endchoice