diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2016-10-10 20:22:10 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-10-19 16:55:27 +0200 |
commit | 31bc716d6bbf9a3c99c708bffadd1da43e0b5bfd (patch) | |
tree | b2b4845eed1cbeb863055d9a566518fcd33cc5ef /payloads/external/SeaBIOS/Kconfig | |
parent | e74f5eaa432b6483da56c5e964a6f5fbf29cbaed (diff) | |
download | coreboot-31bc716d6bbf9a3c99c708bffadd1da43e0b5bfd.tar.xz |
Select SEABIOS_VGA_COREBOOT when native graphic init is selected
Change-Id: I19db898a5e76bf9c151934c7979316fb3737e881
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/16965
Tested-by: build bot (Jenkins)
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'payloads/external/SeaBIOS/Kconfig')
-rw-r--r-- | payloads/external/SeaBIOS/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/payloads/external/SeaBIOS/Kconfig b/payloads/external/SeaBIOS/Kconfig index cdc801732b..32e6c3edf9 100644 --- a/payloads/external/SeaBIOS/Kconfig +++ b/payloads/external/SeaBIOS/Kconfig @@ -53,7 +53,7 @@ config SEABIOS_THREAD_OPTIONROMS config SEABIOS_VGA_COREBOOT prompt "Include generated option rom that implements legacy VGA BIOS compatibility" - default n + default y depends on !VGA_BIOS && (MAINBOARD_DO_NATIVE_VGA_INIT || MAINBOARD_HAS_NATIVE_VGA_INIT_TEXTMODECFG) bool help |