Implement native VGA Support.
[coreboot.git] / src / config / Options.lb
index f28563a274e0efe7cce337a2e94a5e83081561bd..56cb8e24143c59c07409f7c28af5ff8aa81c893b 100644 (file)
@@ -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