summaryrefslogtreecommitdiff
path: root/configs/freescale_imx6sololiteevk_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/freescale_imx6sololiteevk_defconfig
parentba4fabb1ce351f05918cbfcb44eb969e7e741061 (diff)
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/freescale_imx6sololiteevk_defconfig')
-rw-r--r--configs/freescale_imx6sololiteevk_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/freescale_imx6sololiteevk_defconfig b/configs/freescale_imx6sololiteevk_defconfig
index bf0b9e5f2..0e81b2bd6 100644
--- a/configs/freescale_imx6sololiteevk_defconfig
+++ b/configs/freescale_imx6sololiteevk_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
# Linux headers same as kernel, a 4.1 series
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_1=y