summaryrefslogtreecommitdiffstats
path: root/sys/conf
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
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')
-rw-r--r--sys/conf/files.arm2
-rw-r--r--sys/conf/options.arm1
2 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/files.arm b/sys/conf/files.arm
index 0f18b13..dbb9ffc2 100644
--- a/sys/conf/files.arm
+++ b/sys/conf/files.arm
@@ -50,7 +50,7 @@ arm/arm/uio_machdep.c standard
arm/arm/undefined.c standard
arm/arm/vectors.S standard
arm/arm/vm_machdep.c standard
-arm/arm/vfp.c optional vfp
+arm/arm/vfp.c standard
board_id.h standard \
dependency "$S/arm/conf/genboardid.awk $S/arm/conf/mach-types" \
compile-with "${AWK} -f $S/arm/conf/genboardid.awk $S/arm/conf/mach-types > board_id.h" \
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