diff options
author | Arnd Bergmann <arnd@arndb.de> | 2012-10-26 23:06:43 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2012-10-27 17:46:56 +0200 |
commit | 5b627ba0f549856486e8fd8e924ded8290e894f4 (patch) | |
tree | 8488269ee48d2781fb44eb186c8b1a8001e4d808 /arch/arm | |
parent | e09348c7570656c4d4a60e1e168ac5febe9b3f11 (diff) | |
download | linux-3.10-5b627ba0f549856486e8fd8e924ded8290e894f4.tar.gz linux-3.10-5b627ba0f549856486e8fd8e924ded8290e894f4.tar.bz2 linux-3.10-5b627ba0f549856486e8fd8e924ded8290e894f4.zip |
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 <arnd@arndb.de>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/configs/versatile_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/versatile_defconfig b/arch/arm/configs/versatile_defconfig index cdd4d2bd396..2ba9e63d0f1 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 |