summaryrefslogtreecommitdiffstats
path: root/src/ec/lenovo/h8/Kconfig
blob: 57d7da6c69faaaf1e9c5daec8e3f9b6e9189dd25 (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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
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_FN_CTRL_SWAP
	bool "Swap Fn and Ctrl keys"
	help
	  Specifies the fallback value of the "fn_ctrl_swap" option, which is
	  only used when the value cannot be obtained from the option backend.
	  The main use-case for this Kconfig option is to enable Fn-Ctrl swap
	  without using any runtime configurable option backends (e.g. CMOS).

config H8_HAS_BAT_THRESHOLDS_IMPL
	bool
	default n

config H8_FN_KEY_AS_VBOOT_RECOVERY_SW
	bool "Enable Fn-Key as VBOOT recovery switch"
	depends on VBOOT
	default n
	help
	  If VBOOT is enabled, press Fn-Key at power on to force a recovery mode
	  boot instead of regular FW_MAIN_x boot.

config H8_HAS_PRIMARY_FN_KEYS
	bool
	default n

config THINKPADEC_HKEY_EISAID
	string
	default "IBM0068"
	help
	  Motherboards of newer thinkpad models can override the default to match
	  vendor drivers and quirks.

endif # EC_LENOVO_H8