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>
This commit is contained in:
Gary Bisson 2016-09-16 19:18:32 +02:00 committed by Thomas Petazzoni
parent c1d86b826b
commit 341bc36d22
3 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -1,6 +1,7 @@
# architecture
BR2_arm=y
BR2_cortex_a7=y
BR2_ARM_FPU_NEON_VFPV4=y
# system
BR2_TARGET_GENERIC_GETTY=y