aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mainboard/lenovo/t60/Kconfig4
-rw-r--r--src/mainboard/lenovo/x60/Kconfig4
2 files changed, 8 insertions, 0 deletions
diff --git a/src/mainboard/lenovo/t60/Kconfig b/src/mainboard/lenovo/t60/Kconfig
index e5d17b8956..0f0670e633 100644
--- a/src/mainboard/lenovo/t60/Kconfig
+++ b/src/mainboard/lenovo/t60/Kconfig
@@ -54,4 +54,8 @@ config MAINBOARD_SMBIOS_MANUFACTURER
string
default "LENOVO"
+config SEABIOS_PS2_TIMEOUT
+ int
+ default 3000
+
endif
diff --git a/src/mainboard/lenovo/x60/Kconfig b/src/mainboard/lenovo/x60/Kconfig
index 1a765fb4d1..72aeef8f5d 100644
--- a/src/mainboard/lenovo/x60/Kconfig
+++ b/src/mainboard/lenovo/x60/Kconfig
@@ -58,4 +58,8 @@ config MAINBOARD_SMBIOS_MANUFACTURER
string
default "LENOVO"
+config SEABIOS_PS2_TIMEOUT
+ int
+ default 3000
+
endif