diff options
Diffstat (limited to 'src/ec/lenovo')
-rw-r--r-- | src/ec/lenovo/h8/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ec/lenovo/h8/Kconfig b/src/ec/lenovo/h8/Kconfig index 6a9d055161..98e8e308c1 100644 --- a/src/ec/lenovo/h8/Kconfig +++ b/src/ec/lenovo/h8/Kconfig @@ -2,5 +2,14 @@ config EC_LENOVO_H8 select EC_ACPI bool +if EC_LENOVO_H8 + +config SEABIOS_PS2_TIMEOUT + int + depends on PAYLOAD_SEABIOS + default 3000 + +endif + config H8_DOCK_EARLY_INIT bool |