blob: 98e8e308c18349c8bda76447664b8d9e65abea0c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
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
|