summaryrefslogtreecommitdiff
path: root/src/drivers/aspeed/ast2050
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2018-04-08 02:13:13 +0200
committerPatrick Georgi <pgeorgi@google.com>2018-04-11 09:29:51 +0000
commite4dbd368aca5ef9c06835149bc6cba688a60519e (patch)
tree679757bdc4ef8019ee59bd7a99ab0d2bfe1e517d /src/drivers/aspeed/ast2050
parentb93f48205afefe6d6c827165b8798af7f823f14c (diff)
downloadcoreboot-e4dbd368aca5ef9c06835149bc6cba688a60519e.tar.xz
drivers/aspeed/Kconfig: Select HAVE_VGA_TEXT_FRAMEBUFFER
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 <dxld@darkboxed.org> Reviewed-on: https://review.coreboot.org/25554 Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/drivers/aspeed/ast2050')
-rw-r--r--src/drivers/aspeed/ast2050/Kconfig1
1 files changed, 1 insertions, 0 deletions
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