summaryrefslogtreecommitdiffstats
path: root/sys/arm
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2013-08-17 19:29:51 +0000
committerian <ian@FreeBSD.org>2013-08-17 19:29:51 +0000
commit85c6da6a6e4293c3228d01763fce65a1b0ac878d (patch)
tree85b5329a3d265c4933428bd5a4941f0737c88bae /sys/arm
parentfd29e78a6864b1354fa628a2e1c86403f42edb1c (diff)
downloadFreeBSD-src-85c6da6a6e4293c3228d01763fce65a1b0ac878d.zip
FreeBSD-src-85c6da6a6e4293c3228d01763fce65a1b0ac878d.tar.gz
Enable VFP support for BeagleBone.
Diffstat (limited to 'sys/arm')
-rw-r--r--sys/arm/conf/BEAGLEBONE1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arm/conf/BEAGLEBONE b/sys/arm/conf/BEAGLEBONE
index 997a62f..1506ddc 100644
--- a/sys/arm/conf/BEAGLEBONE
+++ b/sys/arm/conf/BEAGLEBONE
@@ -49,6 +49,7 @@ options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
options PREEMPTION
options FREEBSD_BOOT_LOADER
+options VFP # vfp/neon
# Debugging
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
OpenPOWER on IntegriCloud