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)
commitc7f094d5e829892eb87684d5ac885e865ac0d3c2
tree38a8ee65dd6ae68f566cf3e566391cf471ee40a7
parenteccceebd7e7985c2371bf6624e6e174abbf37dce
ARM: mvebu: don't select CONFIG_NEON

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