summaryrefslogtreecommitdiffstats
path: root/configs/mx6cubox_defconfig
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@nxp.com>2016-12-14 13:40:35 -0200
committerPeter Korsgaard <peter@korsgaard.com>2016-12-14 17:12:12 +0100
commitc9df2b3e5bc73f9587602b119d325b88c4498112 (patch)
tree28bd3b746c4dfac78cbcc3c00d18f4494b5c04ca /configs/mx6cubox_defconfig
parentba4fabb1ce351f05918cbfcb44eb969e7e741061 (diff)
downloadbuildroot-c9df2b3e5bc73f9587602b119d325b88c4498112.tar.gz
buildroot-c9df2b3e5bc73f9587602b119d325b88c4498112.zip
configs/mx6: Select NEON and VFP related options
MX6 has a Cortex-A9 core, which supports NEON and VFP. Add support for them. Suggested-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'configs/mx6cubox_defconfig')
-rw-r--r--configs/mx6cubox_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/mx6cubox_defconfig b/configs/mx6cubox_defconfig
index b288ed7d29..9ce496d913 100644
--- a/configs/mx6cubox_defconfig
+++ b/configs/mx6cubox_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.7 series
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_7=y
BR2_TARGET_GENERIC_GETTY_PORT="ttymxc0"
OpenPOWER on IntegriCloud