From 70178fb8c571520f506bee1dd7608953edf6d691 Mon Sep 17 00:00:00 2001 From: rwatson Date: Sat, 25 Aug 2012 08:09:37 +0000 Subject: 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 --- sys/conf/options.mips | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sys/conf/options.mips') 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 -- cgit v1.1