summaryrefslogtreecommitdiffstats
path: root/src/vendorcode/google/Kconfig
blob: 796f8b4089ffd77d751e1699fa3ca62010097a23 (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
## SPDX-License-Identifier: GPL-2.0-only

source "src/vendorcode/google/chromeos/Kconfig"

config GOOGLE_SMBIOS_MAINBOARD_VERSION
	bool
	default n
	depends on GENERATE_SMBIOS_TABLES
	help
	  Provide a common implementation for mainboard version,
	  which returns a formatted 'rev%d' board_id() string.

config GOOGLE_DSM_CALIB
	bool
	default n
	depends on VPD
	help
	  On some boards, there are calibrated parameters for Dynamic Speaker Management(DSM)
	  stored in VPD. Enable this config to read and parse these VPD values and write them
	  to ACPI DSD table in device driver. These parameters will be applied by kernel driver
	  through device property at boot.

config GOOGLE_DSM_PARAM_FILE_NAME
	bool
	default n
	depends on GOOGLE_DSM_CALIB
	help
	  On some boards, there are different dsm parameter files for Dynamic Speaker
	  Management (DSM). Enable this config to assign dsm parameters file name in ACPI
	  SSDT table. Kernel driver uses this to load the DSM parameter file.