From 04cf449e7727627969dadaf1aec829c429460ced Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 5 Sep 2015 17:38:09 -0500 Subject: drivers/aspeed: Add native text mode VGA support for the AST2050 Change-Id: I37763a59d2546cd0c0e57b31fdb7aa77c2c50bee Signed-off-by: Timothy Pearson Reviewed-on: http://review.coreboot.org/11937 Reviewed-by: Peter Stuge Tested-by: build bot (Jenkins) --- src/drivers/aspeed/common/Kconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/drivers/aspeed/common/Kconfig (limited to 'src/drivers/aspeed/common/Kconfig') diff --git a/src/drivers/aspeed/common/Kconfig b/src/drivers/aspeed/common/Kconfig new file mode 100644 index 0000000000..0f7056b8c7 --- /dev/null +++ b/src/drivers/aspeed/common/Kconfig @@ -0,0 +1,10 @@ +config DRIVERS_ASPEED_AST_COMMON + bool + +if !MAINBOARD_DO_NATIVE_VGA_INIT + +config DEVICE_SPECIFIC_OPTIONS # dummy + def_bool y + select VGA + +endif # MAINBOARD_DO_NATIVE_VGA_INIT -- cgit v1.2.3