summaryrefslogtreecommitdiffstats
path: root/sys/conf/options.mips
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2012-08-25 08:09:37 +0000
committerrwatson <rwatson@FreeBSD.org>2012-08-25 08:09:37 +0000
commit70178fb8c571520f506bee1dd7608953edf6d691 (patch)
tree724e374d353b570b857fcf7c5f764dd73af66ef2 /sys/conf/options.mips
parentc0dc7388a9278146d7a5a958178a26c24cf1c4f1 (diff)
downloadFreeBSD-src-70178fb8c571520f506bee1dd7608953edf6d691.zip
FreeBSD-src-70178fb8c571520f506bee1dd7608953edf6d691.tar.gz
Provide basic glue to allow syscons to be used on MIPS, modelled
on PowerPC support. This was clearly not something syscons was designed to do (very specific assumptions about the nature of VGA consoles on PCs), but fortunately others have long since blazed the way on making it work regardless of that. Sponsored by: DARPA, AFRL
Diffstat (limited to 'sys/conf/options.mips')
-rw-r--r--sys/conf/options.mips4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/conf/options.mips b/sys/conf/options.mips
index c0a7b34..51b8b99 100644
--- a/sys/conf/options.mips
+++ b/sys/conf/options.mips
@@ -46,6 +46,10 @@ CFE_CONSOLE opt_global.h
CFE_ENV opt_global.h
CFE_ENV_SIZE opt_global.h
+GFB_DEBUG opt_gfb.h
+GFB_NO_FONT_LOADING opt_gfb.h
+GFB_NO_MODE_CHANGE opt_gfb.h
+
NOFPU opt_global.h
TICK_USE_YAMON_FREQ opt_global.h
OpenPOWER on IntegriCloud