From: Gary Bisson Date: Fri, 16 Sep 2016 17:18:32 +0000 (+0200) Subject: configs: nitrogen*: enable VFP and NEON support X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=341bc36d22f82ef3dcf4ec25d34aeb362c372b59;p=buildroot.git configs: nitrogen*: enable VFP and NEON support Signed-off-by: Gary Bisson Signed-off-by: Thomas Petazzoni --- 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