From: Arnd Bergmann Date: Fri, 26 Oct 2012 21:06:43 +0000 (+0200) Subject: ARM: versatile: fix versatile_defconfig X-Git-Tag: next-20121029~16^2~1^2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1daef18d36021ce7c96deb57bc6d6dcdd56e58d7;p=karo-tx-linux.git ARM: versatile: fix versatile_defconfig With the introduction of CONFIG_ARCH_MULTIPLATFORM, versatile is no longer the default platform, so we need to enable CONFIG_ARCH_VERSATILE explicitly in order for that to be selected rather than the multiplatform configuration. Signed-off-by: Arnd Bergmann --- diff --git a/arch/arm/configs/versatile_defconfig b/arch/arm/configs/versatile_defconfig index cdd4d2bd3962..2ba9e63d0f17 100644 --- a/arch/arm/configs/versatile_defconfig +++ b/arch/arm/configs/versatile_defconfig @@ -1,3 +1,4 @@ +CONFIG_ARCH_VERSATILE=y CONFIG_EXPERIMENTAL=y # CONFIG_LOCALVERSION_AUTO is not set CONFIG_SYSVIPC=y