diff --git a/sys/arm64/conf/GENERIC b/sys/arm64/conf/GENERIC index 9300e7735360..d08c2db125a2 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 9cab02b50021..000000000000 --- 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