summaryrefslogtreecommitdiffstats
path: root/sys/arm
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2013-07-02 19:35:04 +0000
committerandrew <andrew@FreeBSD.org>2013-07-02 19:35:04 +0000
commit935ea81356eb716ce1d3ea80939d214ff8d7c4b4 (patch)
treee9dc10ae4d98f982a30e8df5088b639995f0d927 /sys/arm
parent2971dd80c2385abe739d40acc0ab1e19bb21cd60 (diff)
downloadFreeBSD-src-935ea81356eb716ce1d3ea80939d214ff8d7c4b4.zip
FreeBSD-src-935ea81356eb716ce1d3ea80939d214ff8d7c4b4.tar.gz
Enable VFP on Raspberry Pi. This has worked as of r251712.
Diffstat (limited to 'sys/arm')
-rw-r--r--sys/arm/conf/RPI-B3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/arm/conf/RPI-B b/sys/arm/conf/RPI-B
index 96978ae..38db5dd 100644
--- a/sys/arm/conf/RPI-B
+++ b/sys/arm/conf/RPI-B
@@ -120,3 +120,6 @@ options FDT
# handed to kernel via U-Boot and ubldr.
#options FDT_DTB_STATIC
makeoptions FDT_DTS_FILE=rpi.dts
+
+device vfp # vfp/neon
+options ARM_VFP_SUPPORT # vfp/neon
OpenPOWER on IntegriCloud