diff options
author | 2016-02-01 18:45:34 +0100 | |
---|---|---|
committer | 2016-02-01 19:15:10 +0100 | |
commit | ec66f6d9e2b4543301930fea5141af4b4ef3d4a2 (patch) | |
tree | 5db18a282872508bba61795a389310b60414b2e9 /configs/qemu_arm_vexpress_defconfig | |
parent | c3779afc112c2a9b0f6c5825b278d31d633e1c71 (diff) | |
download | buildroot-ec66f6d9e2b4543301930fea5141af4b4ef3d4a2.tar.gz buildroot-ec66f6d9e2b4543301930fea5141af4b4ef3d4a2.tar.bz2 |
configs: qemu_arm_vexpress: enable vfp
In order to be abble to select BR2_ARM_FPU_VFPV3D16, BR2_ARM_ENABLE_VFP
must be selected first.
Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'configs/qemu_arm_vexpress_defconfig')
-rw-r--r-- | configs/qemu_arm_vexpress_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/qemu_arm_vexpress_defconfig b/configs/qemu_arm_vexpress_defconfig index 5f1a997b30..e1808e9830 100644 --- a/configs/qemu_arm_vexpress_defconfig +++ b/configs/qemu_arm_vexpress_defconfig @@ -2,6 +2,7 @@ BR2_arm=y BR2_cortex_a9=y BR2_ARM_ENABLE_NEON=y +BR2_ARM_ENABLE_VFP=y BR2_ARM_FPU_VFPV3D16=y # System |