diff options
-rw-r--r-- | src/config/Options.lb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb index b0ad8252fb..c54f783181 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -426,6 +426,11 @@ define CONFIG_DEBUG export always comment "Enable x86emu debugging code" end +define CONFIG_VGA_BRIDGE_SETUP + default 1 + export always + comment "Set bridge bits to enable legacy VGA ranges" +end define CONFIG_CONSOLE_VGA default 0 export always |