summaryrefslogtreecommitdiff
path: root/src/mainboard/lenovo/t420/Kconfig
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2016-09-06 16:06:32 +0200
committerMartin Roth <martinroth@google.com>2016-09-15 02:34:10 +0200
commit13d880fd37982e56d56ff517f3e031481b9cc566 (patch)
treebdfbee339bb4b6442b28e904d98e50d0863474e8 /src/mainboard/lenovo/t420/Kconfig
parentcf5430fd5c9173a6c043668e0d5b75ea32b1f81a (diff)
downloadcoreboot-13d880fd37982e56d56ff517f3e031481b9cc566.tar.xz
lenovo: add ps2 spinup timeout to all H8S based boards
The h8s needs around 3s to respond to ps2 commands Change-Id: I0cf01969975b8dd3839eadf90cb2dac0f1eaafc4 Signed-off-by: Alexander Couzens <lynxis@fe80.eu> Reviewed-on: https://review.coreboot.org/16505 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/mainboard/lenovo/t420/Kconfig')
-rw-r--r--src/mainboard/lenovo/t420/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mainboard/lenovo/t420/Kconfig b/src/mainboard/lenovo/t420/Kconfig
index 04233e7ef6..e2272b1201 100644
--- a/src/mainboard/lenovo/t420/Kconfig
+++ b/src/mainboard/lenovo/t420/Kconfig
@@ -76,4 +76,9 @@ config ONBOARD_VGA_IS_PRIMARY
bool
default y
+config SEABIOS_PS2_TIMEOUT
+ int
+ depends on PAYLOAD_SEABIOS
+ default 3000
+
endif # BOARD_LENOVO_T420