ec/google/chromeec: Define ACPI_NOTIFY_CROS_EC_MKBP constant
[coreboot2.git] / src / vendorcode / google / Kconfig
blobb24c55414777f33e63d28dcabe517c8ecd0708f8
1 ## SPDX-License-Identifier: GPL-2.0-only
3 source "src/vendorcode/google/chromeos/Kconfig"
5 config GOOGLE_SMBIOS_MAINBOARD_VERSION
6         bool
7         default n
8         depends on GENERATE_SMBIOS_TABLES
9         help
10           Provide a common implementation for mainboard version,
11           which returns a formatted 'rev%d' board_id() string.
13 config GOOGLE_DSM_CALIB
14         bool
15         default n
16         depends on VPD
17         help
18           On some boards, there are calibrated parameters for Dynamic Speaker Management(DSM)
19           stored in VPD. Enable this config to read and parse these VPD values and write them
20           to ACPI DSD table in device driver. These parameters will be applied by kernel driver
21           through device property at boot.
23 config GOOGLE_DSM_PARAM_FILE_NAME
24         bool
25         default n
26         depends on GOOGLE_DSM_CALIB
27         help
28           On some boards, there are different dsm parameter files for Dynamic Speaker
29           Management (DSM). Enable this config to assign dsm parameters file name in ACPI
30           SSDT table. Kernel driver uses this to load the DSM parameter file.
32 config MAINBOARD_HAS_GOOGLE_STRAUSS_KEYBOARD
33         bool
34         default n
35         help
36           Select this config to indicate that a board has Strauss keyboard.
38 config ACPI_FNKEY_GEN_SCANCODE
39         default 94 if MAINBOARD_HAS_GOOGLE_STRAUSS_KEYBOARD