summaryrefslogtreecommitdiffstats
path: root/sys/conf/options.arm
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2013-08-17 18:51:38 +0000
committerandrew <andrew@FreeBSD.org>2013-08-17 18:51:38 +0000
commit06c57264bc4627b043244c3f34745e71aa626651 (patch)
tree12aad6f3eedaa4d846950fe7432161ad4732f7a4 /sys/conf/options.arm
parent17f8b7cb0b8421fd2269fa021669c9b6b07c7e0a (diff)
downloadFreeBSD-src-06c57264bc4627b043244c3f34745e71aa626651.zip
FreeBSD-src-06c57264bc4627b043244c3f34745e71aa626651.tar.gz
Rename device vfp to option VFP and retire the ARM_VFP_SUPPORT option. This
simplifies enabling as previously both options were required to be enabled, now we only need a single option. While here enable VFP on the PandaBoard.
Diffstat (limited to 'sys/conf/options.arm')
-rw-r--r--sys/conf/options.arm1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/options.arm b/sys/conf/options.arm
index b5e6064..1d67645 100644
--- a/sys/conf/options.arm
+++ b/sys/conf/options.arm
@@ -60,3 +60,4 @@ GFB_DEBUG opt_gfb.h
GFB_NO_FONT_LOADING opt_gfb.h
GFB_NO_MODE_CHANGE opt_gfb.h
AT91C_MAIN_CLOCK opt_at91.h
+VFP opt_global.h
OpenPOWER on IntegriCloud