blob: b109831105cdf8d2d4132814e8943a5c78efe33e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
config EC_LENOVO_H8
select EC_ACPI
bool
if EC_LENOVO_H8
config SEABIOS_PS2_TIMEOUT
int
depends on PAYLOAD_SEABIOS
default 5000
config H8_BEEP_ON_DEATH
bool "Beep on fatal error"
default y
help
Beep when encountered a fatal error.
config H8_FLASH_LEDS_ON_DEATH
bool "Flash LEDs on fatal error"
default y
help
Flash all LEDs when encountered a fatal error.
config H8_SUPPORT_BT_ON_WIFI
bool "Support bluetooth on wifi cards"
default n
help
Disable BDC detection and assume bluetooth is installed. Required for
bluetooth on wifi cards, as it's not possible to detect it in coreboot.
config H8_HAS_BAT_TRESHOLDS_IMPL
bool
default n
endif
config H8_DOCK_EARLY_INIT
bool
|