diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2017-01-31 23:16:25 +0100 |
---|---|---|
committer | Alexander Couzens <lynxis@fe80.eu> | 2017-02-28 14:49:15 +0100 |
commit | f77d6ba911d757aacdc000583af006d63ae7bc14 (patch) | |
tree | 4e4e16d75c04b34e9d544bc406091837410ecd13 /src/mainboard/lenovo/t400 | |
parent | 77ced402fb024e6c6af554ffd47c410e75b2b0a5 (diff) | |
download | coreboot-f77d6ba911d757aacdc000583af006d63ae7bc14.tar.xz |
Select a default SeaBIOS PS2 timeout in H8 Kconfig
This timeout is probably needed on all devices with Lenovo H8 embedded
controllers so set the default there.
Change-Id: I830ab1894f7c0f10f55c82e398becf44d810852d
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/18274
Tested-by: build bot (Jenkins)
Reviewed-by: Alexander Couzens <lynxis@fe80.eu>
Diffstat (limited to 'src/mainboard/lenovo/t400')
-rw-r--r-- | src/mainboard/lenovo/t400/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mainboard/lenovo/t400/Kconfig b/src/mainboard/lenovo/t400/Kconfig index 150199e01b..8eb1a57178 100644 --- a/src/mainboard/lenovo/t400/Kconfig +++ b/src/mainboard/lenovo/t400/Kconfig @@ -54,9 +54,4 @@ config ONBOARD_VGA_IS_PRIMARY bool default y -config SEABIOS_PS2_TIMEOUT - int - depends on PAYLOAD_SEABIOS - default 3000 - endif # BOARD_LENOVO_T400 |