diff options
author | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2014-09-15 05:53:57 +1000 |
---|---|---|
committer | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2014-09-19 18:56:47 +0200 |
commit | e23f3b8ca21dc95fb92e5b86fd10af8c4990caf2 (patch) | |
tree | e208d17c6f6bff3670a17e2fdd8cd6164365f336 /src/mainboard/lenovo/t530 | |
parent | f7c308edeac2c8886afab13c5e8052cc15d84575 (diff) | |
download | coreboot-e23f3b8ca21dc95fb92e5b86fd10af8c4990caf2.tar.xz |
mainboard/lenovo/t530: Make native VGA init 'user-friendly'
Default to do native VGA init since this machine is a laptop
and the user would likely want to use it as such. Also, if you
know what this is you know how to turn it off if you want to.
Change-Id: I55f91a48affbd0ec93b0bb0c88c531d15c32ba21
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-on: http://review.coreboot.org/6903
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <gaumless@gmail.com>
Diffstat (limited to 'src/mainboard/lenovo/t530')
-rw-r--r-- | src/mainboard/lenovo/t530/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/lenovo/t530/Kconfig b/src/mainboard/lenovo/t530/Kconfig index c34b647634..6d411b8e3f 100644 --- a/src/mainboard/lenovo/t530/Kconfig +++ b/src/mainboard/lenovo/t530/Kconfig @@ -20,6 +20,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy select MAINBOARD_HAS_NATIVE_VGA_INIT select MAINBOARD_HAS_NATIVE_VGA_INIT_TEXTMODECFG select IVYBRIDGE_LVDS + select MAINBOARD_DO_NATIVE_VGA_INIT # default to native vga init # Workaround for EC/KBC IRQ1. select SERIRQ_CONTINUOUS_MODE |