diff options
author | Nico Huber <nico.h@gmx.de> | 2017-03-12 14:35:04 +0100 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2017-04-08 13:03:52 +0200 |
commit | 0ee130a5a23626ecbc37aee7d321a7501ed3c2b3 (patch) | |
tree | 66a090ecbc6426fc130d1676f6f72fdafaa1d432 /src/device | |
parent | 989aae9f6115abb49be2a54e081f96d0b4418e64 (diff) | |
download | coreboot-0ee130a5a23626ecbc37aee7d321a7501ed3c2b3.tar.xz |
libgfxinit: Select CONFIG_VGA when needed
This wasn't caught earlier because many boards select it manually.
Change-Id: I245ef8f44923b5384123bd549570db7c348e03b8
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/18771
Tested-by: build bot (Jenkins)
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/device')
-rw-r--r-- | src/device/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/device/Kconfig b/src/device/Kconfig index 4036a3d4a6..83f0f9fe5e 100644 --- a/src/device/Kconfig +++ b/src/device/Kconfig @@ -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 |