mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
UPSTREAM: libgfxinit: Select CONFIG_VGA when needed
This wasn't caught earlier because many boards select it manually.
BUG=none
BRANCH=none
TEST=none
Change-Id: I12453343389f6241e529b536d62c7682db28a477
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Original-Commit-Id: 0ee130a5a2
Original-Change-Id: I245ef8f44923b5384123bd549570db7c348e03b8
Original-Signed-off-by: Nico Huber <nico.h@gmx.de>
Original-Reviewed-on: https://review.coreboot.org/18771
Original-Tested-by: build bot (Jenkins)
Original-Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Original-Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Original-Reviewed-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://chromium-review.googlesource.com/472715
This commit is contained in:
parent
f62b102f2a
commit
23851b6262
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ config MAINBOARD_USE_LIBGFXINIT
|
|||
depends on MAINBOARD_HAS_LIBGFXINIT
|
||||
select MAINBOARD_HAS_NATIVE_VGA_INIT_TEXTMODECFG
|
||||
select RAMSTAGE_LIBHWBASE
|
||||
select VGA if !FRAMEBUFFER_KEEP_VESA_MODE
|
||||
default n
|
||||
help
|
||||
Use the SPARK library `libgfxinit` for the native graphics
|
||||
|
|
Loading…
Add table
Reference in a new issue