diff options
author | sgalabov <sgalabov@FreeBSD.org> | 2016-03-08 08:57:53 +0000 |
---|---|---|
committer | sgalabov <sgalabov@FreeBSD.org> | 2016-03-08 08:57:53 +0000 |
commit | 1e3bce6245a4b8342f502e4caf3cd0f532c14eaa (patch) | |
tree | 5c628171dbfc36831f271c7d67f98dd5aeb44d3f | |
parent | 2e631eec3d05da92f990a53572ca29dd61ab38e9 (diff) | |
download | FreeBSD-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.mips | 5 |
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 |