[coreboot-gerrit] Patch set updated for coreboot: libgfxinit: Select CONFIG_VGA when needed

Nico Huber (nico.h@gmx.de) gerrit at coreboot.org
Sun Mar 12 14:45:16 CET 2017


Nico Huber (nico.h at gmx.de) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/18771

-gerrit

commit 5ece7066e3731197e16e78103791a1c241d80e62
Author: Nico Huber <nico.h at gmx.de>
Date:   Sun Mar 12 14:35:04 2017 +0100

    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 at gmx.de>
---
 src/device/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/device/Kconfig b/src/device/Kconfig
index 4036a3d..83f0f9f 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



More information about the coreboot-gerrit mailing list