From: Arnd Bergmann Date: Mon, 24 Feb 2014 20:56:19 +0000 (+0100) Subject: ARM: mvebu: don't select CONFIG_NEON X-Git-Tag: v3.15-rc1~79^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7f094d5e829892eb87684d5ac885e865ac0d3c2;p=pandora-kernel.git 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 Acked-by: Jason Cooper Acked-by: Gregory Clement Cc: Andrew Lunn Cc: Sebastian Hesselbarth --- Reading git-diff-tree failed