diff options
author | adrian <adrian@FreeBSD.org> | 2015-12-24 18:30:04 +0000 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2015-12-24 18:30:04 +0000 |
commit | 84a78a6e74e15eed01bfcdc887c5ce6f0faffe14 (patch) | |
tree | 42196e87db29c4603561006d469daecc0eb42c21 /sys/mips | |
parent | ab462287a23c30ebb4e4a045151c96c10841c839 (diff) | |
download | FreeBSD-src-84a78a6e74e15eed01bfcdc887c5ce6f0faffe14.zip FreeBSD-src-84a78a6e74e15eed01bfcdc887c5ce6f0faffe14.tar.gz |
[rt305x] Prepare for the upcoming regime change - add RT305x options.
Submitted by: Stanislav Galabov <sgalabov@gmail.com>
Diffstat (limited to 'sys/mips')
-rw-r--r-- | sys/mips/conf/RT305X | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/mips/conf/RT305X b/sys/mips/conf/RT305X index a8b6626..7c4ce0f 100644 --- a/sys/mips/conf/RT305X +++ b/sys/mips/conf/RT305X @@ -33,6 +33,9 @@ hints "RT305X.hints" #Default places to look for devices. #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols +options RT3052F +options RT305X_UBOOT + # Debugging for use in -current #options DEADLKRES #Enable the deadlock resolver #options INVARIANTS #Enable calls of extra sanity checking |