aboutsummaryrefslogtreecommitdiff
path: root/sys/arm
diff options
context:
space:
mode:
authorMichal Meloun <mmel@FreeBSD.org>2020-11-29 17:42:32 +0000
committerMichal Meloun <mmel@FreeBSD.org>2020-11-29 17:42:32 +0000
commit7c6c12ebcd1e15f1a7c6199cd684344f92c3855a (patch)
tree1f07d20b5db3464d715a074ff5fdf455def2587e /sys/arm
parentf72366f9279a6ccd0d24bfd971a25e5656182378 (diff)
downloadsrc-7c6c12ebcd1e15f1a7c6199cd684344f92c3855a.tar.gz
src-7c6c12ebcd1e15f1a7c6199cd684344f92c3855a.zip
Remove unused options.
Marvell files and their related SOC_MV_<foo> options should be cleaned up in another pass.
Notes
Notes: svn path=/head/; revision=368159
Diffstat (limited to 'sys/arm')
-rw-r--r--sys/arm/conf/NOTES1
-rw-r--r--sys/arm/conf/std.armv61
-rw-r--r--sys/arm/conf/std.armv71
3 files changed, 0 insertions, 3 deletions
diff --git a/sys/arm/conf/NOTES b/sys/arm/conf/NOTES
index 1c917609cb63..cbc70ac48f21 100644
--- a/sys/arm/conf/NOTES
+++ b/sys/arm/conf/NOTES
@@ -9,7 +9,6 @@ makeoptions CONF_CFLAGS+="-march=armv7a"
# Add options for armv7 that are not in sys/conf/NOTES...
-options ARM_L2_PIPT # Only L2 PIPT is supported
options FDT # Flattened device tree support
options FREEBSD_BOOT_LOADER # Process metadata passed from loader(8)
options INTRNG # Include INTRNG framework
diff --git a/sys/arm/conf/std.armv6 b/sys/arm/conf/std.armv6
index c6672063f724..6db6c7a16dd7 100644
--- a/sys/arm/conf/std.armv6
+++ b/sys/arm/conf/std.armv6
@@ -3,7 +3,6 @@
# $FreeBSD$
options HZ=1000
-options ARM_L2_PIPT # Only L2 PIPT is supported
options INTRNG # All arm systems use INTRNG these days
options PREEMPTION # Enable kernel thread preemption
options VIMAGE # Subsystem virtualization, e.g. VNET
diff --git a/sys/arm/conf/std.armv7 b/sys/arm/conf/std.armv7
index 2f0d8e590d0e..0b842ad1f4e4 100644
--- a/sys/arm/conf/std.armv7
+++ b/sys/arm/conf/std.armv7
@@ -3,7 +3,6 @@
# $FreeBSD$
options HZ=1000
-options ARM_L2_PIPT # Only L2 PIPT is supported
options INTRNG # All arm systems use INTRNG these days
options PREEMPTION # Enable kernel thread preemption
options VIMAGE # Subsystem virtualization, e.g. VNET