public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH] ARM: mvebu: Enable NEON support in defconfig
@ 2014-03-19 22:38 Gregory CLEMENT
  2014-03-19 23:44 ` Arnaud Ebalard
  2014-03-20 13:19 ` Jason Cooper
  0 siblings, 2 replies; 4+ messages in thread
From: Gregory CLEMENT @ 2014-03-19 22:38 UTC (permalink / raw)
  To: linux-arm-kernel

CONFIG_NEON is no more turning on unconditionally when Armada 375 or
Armada 38x are selected. However we still want it selected for the
reference configuration.

Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
---
 arch/arm/configs/mvebu_v7_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/mvebu_v7_defconfig b/arch/arm/configs/mvebu_v7_defconfig
index 62b6a37626c5..36797dbfa610 100644
--- a/arch/arm/configs/mvebu_v7_defconfig
+++ b/arch/arm/configs/mvebu_v7_defconfig
@@ -26,6 +26,7 @@ CONFIG_ZBOOT_ROM_BSS=0x0
 CONFIG_ARM_APPENDED_DTB=y
 CONFIG_ARM_ATAG_DTB_COMPAT=y
 CONFIG_VFP=y
+CONFIG_NEON=y
 CONFIG_NET=y
 CONFIG_INET=y
 CONFIG_BT=y
-- 
1.8.1.2

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-03-20 13:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-19 22:38 [PATCH] ARM: mvebu: Enable NEON support in defconfig Gregory CLEMENT
2014-03-19 23:44 ` Arnaud Ebalard
2014-03-20  0:09   ` Gregory CLEMENT
2014-03-20 13:19 ` Jason Cooper

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox