summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/arm64/conf/GENERIC1
-rw-r--r--sys/arm64/conf/GENERIC-INTRNG15
2 files changed, 1 insertions, 15 deletions
diff --git a/sys/arm64/conf/GENERIC b/sys/arm64/conf/GENERIC
index 9300e77..d08c2db 100644
--- a/sys/arm64/conf/GENERIC
+++ b/sys/arm64/conf/GENERIC
@@ -70,6 +70,7 @@ options RACCT # Resource accounting framework
options RACCT_DEFAULT_TO_DISABLED # Set kern.racct.enable=0 by default
options RCTL # Resource limits
options SMP
+options INTRNG
# Debugging support. Always need this:
options KDB # Enable kernel debugger support.
diff --git a/sys/arm64/conf/GENERIC-INTRNG b/sys/arm64/conf/GENERIC-INTRNG
deleted file mode 100644
index 9cab02b..0000000
--- a/sys/arm64/conf/GENERIC-INTRNG
+++ /dev/null
@@ -1,15 +0,0 @@
-#
-# GENERIC-INTRNG -- intrng testing kernel for FreeBSD/arm64
-#
-# This config adds intrng support for testing, and to ensure intrng is not
-# broken before switching to it. The config is expected to be removed soon
-# when intrng becomes the default on arm64.
-#
-# $FreeBSD$
-#
-
-include GENERIC
-
-ident GENERIC-INTRNG
-
-options INTRNG
OpenPOWER on IntegriCloud