From e4dbd368aca5ef9c06835149bc6cba688a60519e Mon Sep 17 00:00:00 2001 From: Daniel Gröber Date: Sun, 8 Apr 2018 02:13:13 +0200 Subject: drivers/aspeed/Kconfig: Select HAVE_VGA_TEXT_FRAMEBUFFER MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This allows VGA output in SeaBIOS to be enabled using the SEABIOS_VGA_COREBOOT Kconfig option. Currently, it’s impossible to select the VGA text frame buffer in the Kconfig menu. I'm not sure why this wasn't enabled in the first place, but SeaVGABIOS seems to work just fine with this patch. Tested on KCMA-D8. Change-Id: Ic924a12fbe89940b5f26d211eb8de6cab0be767a Signed-off-by: Daniel Gröber Reviewed-on: https://review.coreboot.org/25554 Reviewed-by: Nico Huber Reviewed-by: Paul Menzel Tested-by: build bot (Jenkins) --- src/drivers/aspeed/ast2050/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/drivers/aspeed/ast2050/Kconfig b/src/drivers/aspeed/ast2050/Kconfig index 1aae00dd25..715def8021 100644 --- a/src/drivers/aspeed/ast2050/Kconfig +++ b/src/drivers/aspeed/ast2050/Kconfig @@ -1,3 +1,4 @@ config DRIVERS_ASPEED_AST2050 bool select DRIVERS_ASPEED_AST_COMMON + select HAVE_VGA_TEXT_FRAMEBUFFER -- cgit v1.2.3