diff options
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/Options.lb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb index f28563a274..56cb8e2414 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -1077,6 +1077,12 @@ define CPU_ADDR_BITS comment "CPU hardware address lines num, for AMD K8 could be 40, and AMD family 10 could be 48" end +define CONFIG_VGA + default 0 + export always + comment "Include VGA initialisation code" +end + define CONFIG_VGA_ROM_RUN default 0 export always |