summaryrefslogtreecommitdiffstats
path: root/src/drivers/aspeed
diff options
context:
space:
mode:
authorTristan Corrick <tristan@corrick.kiwi>2018-12-21 23:46:42 +1300
committerPatrick Georgi <pgeorgi@google.com>2018-12-24 08:15:49 +0000
commita26b02466ec3b089346215906720b60d50382554 (patch)
tree314dc8d24c28fb6e63bf2ab63f0f372829c70ac3 /src/drivers/aspeed
parent409dc3b2c06a96ce7c36e200481d8d692a808cc6 (diff)
downloadcoreboot-a26b02466ec3b089346215906720b60d50382554.tar.gz
coreboot-a26b02466ec3b089346215906720b60d50382554.tar.bz2
coreboot-a26b02466ec3b089346215906720b60d50382554.zip
drivers/aspeed/ast: Select `MAINBOARD_HAS_NATIVE_VGA_INIT`
Any board that uses the AST driver will have support for native graphics init. So, select the option in the driver instead of every board. Change-Id: I2bf42c168d1ffdda11857854889b74953abd7e40 Signed-off-by: Tristan Corrick <tristan@corrick.kiwi> Reviewed-on: https://review.coreboot.org/c/30355 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/drivers/aspeed')
-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 715def802115..337b1817f376 100644
--- a/src/drivers/aspeed/ast2050/Kconfig
+++ b/src/drivers/aspeed/ast2050/Kconfig
@@ -2,3 +2,4 @@ config DRIVERS_ASPEED_AST2050
bool
select DRIVERS_ASPEED_AST_COMMON
select HAVE_VGA_TEXT_FRAMEBUFFER
+ select MAINBOARD_HAS_NATIVE_VGA_INIT