summaryrefslogtreecommitdiffstats
path: root/resources/libreboot/patch
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-06-26 16:16:46 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-06-26 16:16:46 (EDT)
commit2f72e90c475f8e3ceeeb1c4ea067798d39c522ce (patch)
tree7319c4ee15f6dde82ff59876eb868cded327747d /resources/libreboot/patch
parent9b709fb2d734933fb3d11fa0104e3003b673cdc4 (diff)
downloadlibreboot-2f72e90c475f8e3ceeeb1c4ea067798d39c522ce.zip
libreboot-2f72e90c475f8e3ceeeb1c4ea067798d39c522ce.tar.gz
libreboot-2f72e90c475f8e3ceeeb1c4ea067798d39c522ce.tar.bz2
kfsn4-dre: Add CONFIG_VGA=y to the config
Video initialization won't work without it.
Diffstat (limited to 'resources/libreboot/patch')
-rw-r--r--resources/libreboot/patch/0016-mainboard-asus-kfsn4-dre-Enable-VGA-support.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/resources/libreboot/patch/0016-mainboard-asus-kfsn4-dre-Enable-VGA-support.patch b/resources/libreboot/patch/0016-mainboard-asus-kfsn4-dre-Enable-VGA-support.patch
new file mode 100644
index 0000000..98ce60a
--- /dev/null
+++ b/resources/libreboot/patch/0016-mainboard-asus-kfsn4-dre-Enable-VGA-support.patch
@@ -0,0 +1,29 @@
+From 3a8ac6c1ea904ac6885683962ce17c51941ba33d Mon Sep 17 00:00:00 2001
+From: Timothy Pearson <tpearson@raptorengineeringinc.com>
+Date: Fri, 26 Jun 2015 14:56:51 -0500
+Subject: [PATCH] mainboard/asus/kfsn4-dre: Enable VGA support
+
+The ASUS KFSN4-DRE has full native VGA support, enable it
+by default in the Kconfig files.
+
+Change-Id: I09fc8845a30f26ca49f3547812f9784621ff4b5e
+Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com>
+---
+ src/mainboard/asus/kfsn4-dre/Kconfig | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/mainboard/asus/kfsn4-dre/Kconfig b/src/mainboard/asus/kfsn4-dre/Kconfig
+index 9d9ab1e..28b5dcd 100644
+--- a/src/mainboard/asus/kfsn4-dre/Kconfig
++++ b/src/mainboard/asus/kfsn4-dre/Kconfig
+@@ -21,6 +21,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
+ select MMCONF_SUPPORT_DEFAULT
+ select DRIVERS_I2C_W83793
+ select DRIVERS_XGI_Z9S
++ select VGA
+ select MAINBOARD_HAS_NATIVE_VGA_INIT
+ select MAINBOARD_HAS_NATIVE_VGA_INIT_TEXTMODECFG
+
+--
+1.9.1
+