summaryrefslogtreecommitdiff
path: root/src/drivers/intel/dptf/Kconfig
blob: c0e62b7175a983e68a0c3847321a78739eca69b6 (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
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 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.