summaryrefslogtreecommitdiffstats
path: root/src/drivers/intel/dptf/Kconfig
blob: 70a455ef137d26bac4b8090411476ffda78e8d46 (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
## SPDX-License-Identifier: GPL-2.0-only

config DRIVERS_INTEL_DPTF
	bool
	depends on HAVE_ACPI_TABLES
	default n
	help
	   When enabled, entries in the devicetree are used to generate
	   Intel DPTF Tables at runtime in the SSDT.

config HAVE_DPTF_EISA_HID
	bool

config DPTF_USE_EISA_HID
	bool
	depends on DRIVERS_INTEL_DPTF
	default y if HAVE_DPTF_EISA_HID
	default n
	help
	  Prior to Tiger Lake, all DPTF devices used 7-character EISA
	  IDs. If selected, the 7-character _HIDs will be emitted,
	  otherwise, it will use the "new" style, which are regular
	  8-character _HIDs.

config DRIVERS_INTEL_DPTF_SUPPORTS_TPCH
	def_bool n
	depends on HAVE_ACPI_TABLES && PMC_IPC_ACPI_INTERFACE
	help
	  When enabled, chip driver/intel/dptf will publish information to the
	  SSDT for the TPCH device.

config DRIVERS_INTEL_DPTF_SUPPORTS_TPWR
	def_bool n
	depends on DRIVERS_INTEL_DPTF
	help
	  When enabled, chip driver/intel/dptf will publish information to the
	  SSDT for TPWR device.

config DRIVERS_INTEL_DPTF_SUPPORTS_TBAT
	def_bool n
	depends on DRIVERS_INTEL_DPTF
	help
	  When enabled, chip driver/intel/dptf will publish information to the
	  SSDT for TBAT device.