summaryrefslogtreecommitdiff
path: root/arch/arm/mach-layerscape/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-layerscape/Kconfig')
-rw-r--r--arch/arm/mach-layerscape/Kconfig9
1 files changed, 8 insertions, 1 deletions
diff --git a/arch/arm/mach-layerscape/Kconfig b/arch/arm/mach-layerscape/Kconfig
index 461859ab6c..52527f0c15 100644
--- a/arch/arm/mach-layerscape/Kconfig
+++ b/arch/arm/mach-layerscape/Kconfig
@@ -17,9 +17,10 @@ config ARCH_LAYERSCAPE_PPA
config ARCH_LS1046
select CPU_V8
- select CPU_SUPPORTS_64BIT_KERNEL
bool
+if 64BIT
+
config MACH_LS1046ARDB
bool "QorIQ LS1046A Reference Design Board"
select ARCH_LS1046
@@ -36,10 +37,14 @@ config MACH_TQMLS1046A
select DDR_FSL
select DDR_FSL_DDR4
+endif
+
config ARCH_LS1021
select CPU_V7
bool
+if 32BIT
+
config MACH_LS1021AIOT
bool "LS1021AIOT Board"
select ARCH_LS1021
@@ -47,3 +52,5 @@ config MACH_LS1021AIOT
select DDR_FSL_DDR3
endif
+
+endif