summaryrefslogtreecommitdiff
path: root/configs/mx6sx_udoo_neo_defconfig
diff options
context:
space:
mode:
Diffstat (limited to 'configs/mx6sx_udoo_neo_defconfig')
-rw-r--r--configs/mx6sx_udoo_neo_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/mx6sx_udoo_neo_defconfig b/configs/mx6sx_udoo_neo_defconfig
index aecb5204e..1de19c0ab 100644
--- a/configs/mx6sx_udoo_neo_defconfig
+++ b/configs/mx6sx_udoo_neo_defconfig
@@ -1,5 +1,8 @@
BR2_arm=y
BR2_cortex_a9=y
+BR2_ARM_ENABLE_NEON=y
+BR2_ARM_ENABLE_VFP=y
+BR2_ARM_FPU_VFPV3=y
# Linux headers same as kernel, a 4.9 series
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_9=y
BR2_ROOTFS_POST_BUILD_SCRIPT="board/udoo/neo/post-build.sh"