diff options
-rw-r--r-- | src/device/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/device/Kconfig b/src/device/Kconfig index de33b04773..64f1693e99 100644 --- a/src/device/Kconfig +++ b/src/device/Kconfig @@ -67,6 +67,9 @@ choice prompt "Graphics initialization" default NO_GFX_INIT if VGA_BIOS && PAYLOAD_SEABIOS default VGA_ROM_RUN if VGA_BIOS + default MAINBOARD_DO_NATIVE_VGA_INIT + default MAINBOARD_USE_LIBGFXINIT + default RUN_FSP_GOP if INTEL_GMA_ADD_VBT config MAINBOARD_DO_NATIVE_VGA_INIT bool "Use native graphics init" |