summaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorArnd Bergmann2013-02-14 13:33:36 +0100
committerArnd Bergmann2013-02-14 15:04:38 +0100
commit1420b22b0beb98011d35ba414cdb861e518e13ed (patch)
tree87384e5ea652924a0eab470d014e30a4084626bb /arch/arm/Kconfig
parentARM: integrator: fix build with INTEGRATOR_AP off (diff)
downloadkernel-qcow2-linux-1420b22b0beb98011d35ba414cdb861e518e13ed.tar.gz
kernel-qcow2-linux-1420b22b0beb98011d35ba414cdb861e518e13ed.tar.xz
kernel-qcow2-linux-1420b22b0beb98011d35ba414cdb861e518e13ed.zip
ARM: pick Versatile by default for !MMU
The introduction of ARCH_MULTIPLATFORM changed the default for nommu kernels from Versatile to Integrator, which is less common, and does not currently build for allnoconfig because that does not select any of the CPUs. This also ensures that at least one of the three board files in versatile are enabled, which lets us successfully build an allnoconfig kernel. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Cc: Russell King <linux@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 91d4aeaa772b..b934d90a61e4 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -261,7 +261,8 @@ config MMU
#
choice
prompt "ARM system type"
- default ARCH_MULTIPLATFORM
+ default ARCH_VERSATILE if !MMU
+ default ARCH_MULTIPLATFORM if MMU
config ARCH_MULTIPLATFORM
bool "Allow multiple platforms to be selected"