summaryrefslogtreecommitdiffstats
path: root/src/ec/lenovo/h8/Kconfig
blob: 190f4a98a73717b8179daefa04e58f76dbb2da64 (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
config EC_LENOVO_H8
	select EC_ACPI
	bool

if EC_LENOVO_H8

config SEABIOS_PS2_TIMEOUT
	int
	depends on PAYLOAD_SEABIOS
	default 3000

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.

endif

config H8_DOCK_EARLY_INIT
	bool