diff options
Diffstat (limited to 'sys/arm64/conf/GENERIC-INTRNG')
-rw-r--r-- | sys/arm64/conf/GENERIC-INTRNG | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sys/arm64/conf/GENERIC-INTRNG b/sys/arm64/conf/GENERIC-INTRNG new file mode 100644 index 0000000..9cab02b --- /dev/null +++ b/sys/arm64/conf/GENERIC-INTRNG @@ -0,0 +1,15 @@ +# +# 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 |