ARM: mvebu: don't select CONFIG_NEON
authorArnd Bergmann <arnd@arndb.de>
Mon, 24 Feb 2014 20:56:19 +0000 (21:56 +0100)
committerArnd Bergmann <arnd@arndb.de>
Fri, 21 Mar 2014 17:31:42 +0000 (18:31 +0100)
CONFIG_NEON is meant to be user-selectable. Turning it on
unconditionally means we can't build a smaller kernel when
we don't need it, and causes build errors if CONFIG_VFP
is not also enabled.

To still have neon enabled however, we need to turn it on
now in multi_v7_defconfig and mvebu_v7_defconfig.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Jason Cooper <jason@lakedaemon.net>
Acked-by: Gregory Clement <gregory.clement@free-electrons.com>
Cc: Andrew Lunn <andrew@lunn.ch>
Cc: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
arch/arm/configs/multi_v7_defconfig
arch/arm/configs/mvebu_defconfig
arch/arm/mach-mvebu/Kconfig

index 1b4821b..4863cdc 100644 (file)
@@ -56,6 +56,7 @@ CONFIG_ARCH_VEXPRESS_CA9X4=y
 CONFIG_ARCH_VIRT=y
 CONFIG_ARCH_WM8850=y
 CONFIG_ARCH_ZYNQ=y
+CONFIG_NEON=y
 CONFIG_TRUSTED_FOUNDATIONS=y
 CONFIG_PCI=y
 CONFIG_PCI_MSI=y
index 0f4511d..2ffba3d 100644 (file)
@@ -11,6 +11,7 @@ CONFIG_MODULE_UNLOAD=y
 CONFIG_ARCH_MVEBU=y
 CONFIG_MACH_ARMADA_370=y
 CONFIG_MACH_ARMADA_XP=y
+CONFIG_NEON=y
 # CONFIG_CACHE_L2X0 is not set
 # CONFIG_SWP_EMULATE is not set
 CONFIG_PCI=y
index 485513c..b24a082 100644 (file)
@@ -39,7 +39,6 @@ config MACH_ARMADA_375
        select ARMADA_375_CLK
        select CPU_V7
        select MACH_MVEBU_V7
-       select NEON
        select PINCTRL_ARMADA_375
        help
          Say 'Y' here if you want your kernel to support boards based
@@ -53,7 +52,6 @@ config MACH_ARMADA_38X
        select ARMADA_38X_CLK
        select CPU_V7
        select MACH_MVEBU_V7
-       select NEON
        select PINCTRL_ARMADA_38X
        help
          Say 'Y' here if you want your kernel to support boards based