diff options
author | andrew <andrew@FreeBSD.org> | 2016-05-17 12:48:30 +0000 |
---|---|---|
committer | andrew <andrew@FreeBSD.org> | 2016-05-17 12:48:30 +0000 |
commit | b4b3af68b5d52029bca29260dc9f0a8bb34795c5 (patch) | |
tree | 923af0eab036dd51bf76318156e4119b0cea323d /sys/arm64 | |
parent | bc26af2c81686b92e2bc96a86420ff329ad7141a (diff) | |
download | FreeBSD-src-b4b3af68b5d52029bca29260dc9f0a8bb34795c5.zip FreeBSD-src-b4b3af68b5d52029bca29260dc9f0a8bb34795c5.tar.gz |
Add an arm64 kernel config to help testing intrng. It is expected this
config will only last a few weeks until we switch to this interrupt
framework.
Obtained from: ABT Systems Ltd
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'sys/arm64')
-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 |