summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsgalabov <sgalabov@FreeBSD.org>2016-03-08 08:57:53 +0000
committersgalabov <sgalabov@FreeBSD.org>2016-03-08 08:57:53 +0000
commit1e3bce6245a4b8342f502e4caf3cd0f532c14eaa (patch)
tree5c628171dbfc36831f271c7d67f98dd5aeb44d3f
parent2e631eec3d05da92f990a53572ca29dd61ab38e9 (diff)
downloadFreeBSD-src-1e3bce6245a4b8342f502e4caf3cd0f532c14eaa.zip
FreeBSD-src-1e3bce6245a4b8342f502e4caf3cd0f532c14eaa.tar.gz
Add MIPS_INTRNG to sys/conf/options.mips
This was somehow missed in the commit of https://reviews.freebsd.org/D5182 although it was in the original diff submitted for review. Approved by: adrian (mentor) Differential Revision: https://reviews.freebsd.org/D5568
-rw-r--r--sys/conf/options.mips5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/conf/options.mips b/sys/conf/options.mips
index e85f5b1..69708cc 100644
--- a/sys/conf/options.mips
+++ b/sys/conf/options.mips
@@ -140,3 +140,8 @@ RT305X_USE_UART opt_rt305x.h
# Options that affect the pmap.
#
PV_STATS opt_pmap.h
+
+#
+# Options to use INTRNG code
+#
+MIPS_INTRNG opt_global.h
OpenPOWER on IntegriCloud