diff options
author | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2014-12-30 15:30:29 +1100 |
---|---|---|
committer | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2015-01-01 05:35:19 +0100 |
commit | 149ea15f7ed127045c8f7ca1c33b538b78a30b7e (patch) | |
tree | ff5d5d90b65c8d9446a3e5d265e5c22916d59c06 /src/mainboard/lenovo/t530 | |
parent | 2663a55caf2c04c0ee8793c3ac3ccaa63ab4da6c (diff) | |
download | coreboot-149ea15f7ed127045c8f7ca1c33b538b78a30b7e.tar.xz |
mainboard/lenovo/t530/Kconfig: Enable VMX by default
Fix a trivial tab/space indent inconsistency while here.
Change-Id: I819d85293e1a070817cd13349a220ba85ba89951
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-on: http://review.coreboot.org/7984
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/mainboard/lenovo/t530')
-rw-r--r-- | src/mainboard/lenovo/t530/Kconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mainboard/lenovo/t530/Kconfig b/src/mainboard/lenovo/t530/Kconfig index 2103c35573..2dcfa90e35 100644 --- a/src/mainboard/lenovo/t530/Kconfig +++ b/src/mainboard/lenovo/t530/Kconfig @@ -21,6 +21,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy select MAINBOARD_HAS_NATIVE_VGA_INIT_TEXTMODECFG select IVYBRIDGE_LVDS select MAINBOARD_DO_NATIVE_VGA_INIT # default to native vga init + select ENABLE_VMX # Workaround for EC/KBC IRQ1. select SERIRQ_CONTINUOUS_MODE @@ -50,8 +51,8 @@ config MAX_CPUS default 8 config USBDEBUG_HCD_INDEX - int - default 2 + int + default 2 config DRAM_RESET_GATE_GPIO int |