diff options
author | Timothy Pearson <tpearson@raptorengineeringinc.com> | 2015-02-03 00:19:01 -0600 |
---|---|---|
committer | Alexandru Gagniuc <mr.nuke.me@gmail.com> | 2015-02-05 17:37:17 +0100 |
commit | 67085e0c09825ffabd208faf9e8e19abd0b702d9 (patch) | |
tree | 23432b9e81d2175683d793455e84184193aa6807 /src | |
parent | c522fc8f3815ab33fe11ca58263d84bc8e98417d (diff) |
mainboards/asus/kfsn4-dre: Enable native VGA initialization
Change-Id: I953ced7d34af9ec0923fa6df93b9ad4270196c77
Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com>
Reviewed-on: http://review.coreboot.org/8332
Tested-by: build bot (Jenkins)
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/asus/kfsn4-dre/Kconfig | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/src/mainboard/asus/kfsn4-dre/Kconfig b/src/mainboard/asus/kfsn4-dre/Kconfig index 92e01aa875..c16440d2af 100644 --- a/src/mainboard/asus/kfsn4-dre/Kconfig +++ b/src/mainboard/asus/kfsn4-dre/Kconfig @@ -19,6 +19,8 @@ config BOARD_SPECIFIC_OPTIONS # dummy select ENABLE_APIC_EXT_ID select AMDMCT select MMCONF_SUPPORT_DEFAULT + select DRIVERS_XGI_Z9S + select MAINBOARD_HAS_NATIVE_VGA_INIT config MAINBOARD_DIR string @@ -88,14 +90,9 @@ config ONBOARD_VGA_IS_PRIMARY bool default y -config VGA_BIOS +config MAINBOARD_DO_NATIVE_VGA_INIT bool - default n - -config VGA_BIOS_ID - string - depends on VGA_BIOS - default "18ca:0020" + default y config AMDMCT_BACKGROUND_SCRUB_RATE hex |