blob: c3af32036cf2e4836630a01399ce6bbe9a78e5d7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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 DPTF_USE_EISA_HID
bool
depends on DRIVERS_INTEL_DPTF
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.
|