summaryrefslogtreecommitdiffstats
path: root/sys/conf/options.arm
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2014-12-27 04:30:42 +0000
committerian <ian@FreeBSD.org>2014-12-27 04:30:42 +0000
commitff2ddbadb6bc8cb3a4237225abcc0527bfd8fcaf (patch)
treeb00ba288378a186d316035f6b6ba20001d969200 /sys/conf/options.arm
parent03177641a0a8c59393d9e27e2a7686bac7064c36 (diff)
downloadFreeBSD-src-ff2ddbadb6bc8cb3a4237225abcc0527bfd8fcaf.zip
FreeBSD-src-ff2ddbadb6bc8cb3a4237225abcc0527bfd8fcaf.tar.gz
MFC r274937:
Add ARMV6 as an arm option. This will cause obscure magic in config(8) to automatically set the armv6 option when MACHINE_ARCH is armv6. That allows replacing ever-growing lists of cpu names as options to compile a given file with the using either "optional armv6" or "optional !armv6".
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 a01a59c..9069036 100644
--- a/sys/conf/options.arm
+++ b/sys/conf/options.arm
@@ -1,5 +1,6 @@
#$FreeBSD$
ARM9_CACHE_WRITE_THROUGH opt_global.h
+ARMV6 opt_global.h
ARM_CACHE_LOCK_ENABLE opt_global.h
ARM_KERN_DIRECTMAP opt_vm.h
ARM_L2_PIPT opt_global.h
OpenPOWER on IntegriCloud