diff options
author | andrew <andrew@FreeBSD.org> | 2013-08-17 18:51:38 +0000 |
---|---|---|
committer | andrew <andrew@FreeBSD.org> | 2013-08-17 18:51:38 +0000 |
commit | 06c57264bc4627b043244c3f34745e71aa626651 (patch) | |
tree | 12aad6f3eedaa4d846950fe7432161ad4732f7a4 /sys/conf | |
parent | 17f8b7cb0b8421fd2269fa021669c9b6b07c7e0a (diff) | |
download | FreeBSD-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.arm | 2 | ||||
-rw-r--r-- | sys/conf/options.arm | 1 |
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 |