aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/intel/dptf/Kconfig
blob: 880b32ad9c2c3aa5e0f6476b97c78af49cc1a327 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
config DRIVERS_INTEL_DPTF
	bool "Support runtime generation of Intel DPTF ACPI tables"
	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 DPTF_USE_EISA_HID
	bool "If selected, use 'old' 7 character EISA IDs for DPTF _HID"
	depends on DRIVERS_INTEL_DPTF
	default n
	help
	   When selected, all DPTF devices will use the "old" style of
	   _HIDs, which are 7-character EISA IDs. Otherwise, it will use
	   the "new" style, which are regular 8-character _HIDs.