[PATCH 26/62] ARM: mvebu: don't select CONFIG_NEON
Arnd Bergmann
arnd at arndb.de
Wed Mar 19 15:29:23 EDT 2014
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.
Signed-off-by: Arnd Bergmann <arnd at arndb.de>
Cc: Jason Cooper <jason at lakedaemon.net>
Cc: Andrew Lunn <andrew at lunn.ch>
Cc: Gregory Clement <gregory.clement at free-electrons.com>
Cc: Sebastian Hesselbarth <sebastian.hesselbarth at gmail.com>
---
arch/arm/mach-mvebu/Kconfig | 2 --
1 file changed, 2 deletions(-)
diff --git a/arch/arm/mach-mvebu/Kconfig b/arch/arm/mach-mvebu/Kconfig
index 485513cb..b24a082 100644
--- a/arch/arm/mach-mvebu/Kconfig
+++ b/arch/arm/mach-mvebu/Kconfig
@@ -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
--
1.8.3.2
More information about the linux-arm-kernel
mailing list