blob: 6311d54163fba63a5ef321adbef067372a87fe7f [file] [log] [blame]
Sven Schnelleffcd1432011-04-11 19:43:32 +00001config EC_LENOVO_H8
2 select EC_ACPI
3 bool
Vladimir Serbinenko161e9cc2013-11-27 21:36:25 +01004
Arthur Heymansf77d6ba2017-01-31 23:16:25 +01005if EC_LENOVO_H8
6
7config SEABIOS_PS2_TIMEOUT
8 int
9 depends on PAYLOAD_SEABIOS
Michael Bacarella8ab17522019-02-07 19:01:18 -080010 default 5000
Arthur Heymansf77d6ba2017-01-31 23:16:25 +010011
Patrick Rudolph7f395fe2017-05-19 08:18:54 +020012config H8_BEEP_ON_DEATH
13 bool "Beep on fatal error"
14 default y
15 help
16 Beep when encountered a fatal error.
17
18config H8_FLASH_LEDS_ON_DEATH
19 bool "Flash LEDs on fatal error"
20 default y
21 help
22 Flash all LEDs when encountered a fatal error.
23
Patrick Rudolph7c2a6f92017-09-17 12:17:13 +020024config H8_SUPPORT_BT_ON_WIFI
25 bool "Support bluetooth on wifi cards"
26 default n
27 help
28 Disable BDC detection and assume bluetooth is installed. Required for
29 bluetooth on wifi cards, as it's not possible to detect it in coreboot.
30
Angel Ponsc6df44b2022-09-26 16:26:30 +020031config H8_FN_CTRL_SWAP
32 bool "Swap Fn and Ctrl keys"
33 help
34 Specifies the fallback value of the "fn_ctrl_swap" option, which is
35 only used when the value cannot be obtained from the option backend.
36 The main use-case for this Kconfig option is to enable Fn-Ctrl swap
37 without using any runtime configurable option backends (e.g. CMOS).
38
Peter Lemenkovb4703612022-05-02 17:47:35 +020039config H8_HAS_BAT_THRESHOLDS_IMPL
Alexey Kharlamov93d6ba02018-01-09 00:50:06 +030040 bool
41 default n
42
Patrick Rudolph25212112019-05-05 11:15:25 +020043config H8_FN_KEY_AS_VBOOT_RECOVERY_SW
44 bool "Enable Fn-Key as VBOOT recovery switch"
45 depends on VBOOT
46 default n
47 help
48 If VBOOT is enabled, press Fn-Key at power on to force a recovery mode
49 boot instead of regular FW_MAIN_x boot.
50
Iru Cai7e8eb6b2019-07-31 21:01:52 +080051config H8_HAS_PRIMARY_FN_KEYS
52 bool
53 default n
54
Evgeny Sorokind48d72c2024-02-10 03:32:41 +030055config H8_HAS_LEDLOGO
56 bool
57 default n
58
Da Lao56f5cc72020-04-05 00:23:09 +080059config THINKPADEC_HKEY_EISAID
60 string
61 default "IBM0068"
62 help
63 Motherboards of newer thinkpad models can override the default to match
64 vendor drivers and quirks.
65
Bill XIE72f13e52019-10-28 00:16:05 +080066endif # EC_LENOVO_H8