diff options
author | Timothy Pearson <tpearson@raptorengineeringinc.com> | 2015-09-05 17:38:09 -0500 |
---|---|---|
committer | Peter Stuge <peter@stuge.se> | 2015-10-24 06:28:08 +0200 |
commit | 04cf449e7727627969dadaf1aec829c429460ced (patch) | |
tree | e70dffd40200507ac96969022f517c6015ed4cde /src/drivers/aspeed/Kconfig | |
parent | c3fcdccb816f9c5df5a3c158d167a20c1ae088ee (diff) | |
download | coreboot-04cf449e7727627969dadaf1aec829c429460ced.tar.xz |
drivers/aspeed: Add native text mode VGA support for the AST2050
Change-Id: I37763a59d2546cd0c0e57b31fdb7aa77c2c50bee
Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com>
Reviewed-on: http://review.coreboot.org/11937
Reviewed-by: Peter Stuge <peter@stuge.se>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/drivers/aspeed/Kconfig')
-rw-r--r-- | src/drivers/aspeed/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/drivers/aspeed/Kconfig b/src/drivers/aspeed/Kconfig new file mode 100644 index 0000000000..3b0238b2e2 --- /dev/null +++ b/src/drivers/aspeed/Kconfig @@ -0,0 +1,2 @@ +source src/drivers/aspeed/common/Kconfig +source src/drivers/aspeed/ast2050/Kconfig |