summaryrefslogtreecommitdiffstats
path: root/sys/arm64
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2016-05-17 12:48:30 +0000
committerandrew <andrew@FreeBSD.org>2016-05-17 12:48:30 +0000
commitb4b3af68b5d52029bca29260dc9f0a8bb34795c5 (patch)
tree923af0eab036dd51bf76318156e4119b0cea323d /sys/arm64
parentbc26af2c81686b92e2bc96a86420ff329ad7141a (diff)
downloadFreeBSD-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-INTRNG15
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
OpenPOWER on IntegriCloud