summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Bisson <gary.bisson@boundarydevices.com>2016-09-16 19:18:32 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-09-17 12:36:18 +0200
commit341bc36d22f82ef3dcf4ec25d34aeb362c372b59 (patch)
tree759a5a680136e1ca0a2962d08e3ae2c4402e53df
parentc1d86b826bcba132a919bd5a3531d8ae05f4954a (diff)
downloadbuildroot-341bc36d22f82ef3dcf4ec25d34aeb362c372b59.tar.gz
buildroot-341bc36d22f82ef3dcf4ec25d34aeb362c372b59.zip
configs: nitrogen*: enable VFP and NEON support
Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--configs/nitrogen6sx_defconfig3
-rw-r--r--configs/nitrogen6x_defconfig3
-rw-r--r--configs/nitrogen7_defconfig1
3 files changed, 7 insertions, 0 deletions
diff --git a/configs/nitrogen6sx_defconfig b/configs/nitrogen6sx_defconfig
index bd92f55ee5..b317525e21 100644
--- a/configs/nitrogen6sx_defconfig
+++ b/configs/nitrogen6sx_defconfig
@@ -1,6 +1,9 @@
# architecture
BR2_arm=y
BR2_cortex_a9=y
+BR2_ARM_ENABLE_NEON=y
+BR2_ARM_ENABLE_VFP=y
+BR2_ARM_FPU_VFPV3=y
# system
BR2_TARGET_GENERIC_GETTY=y
diff --git a/configs/nitrogen6x_defconfig b/configs/nitrogen6x_defconfig
index 85acabe677..dc033dc20d 100644
--- a/configs/nitrogen6x_defconfig
+++ b/configs/nitrogen6x_defconfig
@@ -1,6 +1,9 @@
# architecture
BR2_arm=y
BR2_cortex_a9=y
+BR2_ARM_ENABLE_NEON=y
+BR2_ARM_ENABLE_VFP=y
+BR2_ARM_FPU_VFPV3=y
# system
BR2_TARGET_GENERIC_GETTY=y
diff --git a/configs/nitrogen7_defconfig b/configs/nitrogen7_defconfig
index a8f3b45d53..adce0fb462 100644
--- a/configs/nitrogen7_defconfig
+++ b/configs/nitrogen7_defconfig
@@ -1,6 +1,7 @@
# architecture
BR2_arm=y
BR2_cortex_a7=y
+BR2_ARM_FPU_NEON_VFPV4=y
# system
BR2_TARGET_GENERIC_GETTY=y
OpenPOWER on IntegriCloud