blob: bdda9e8a347966d3895aaf66e36ce8467f0a62ae [file] [log] [blame]
Tim Wawrzynczak103bd5e2020-05-29 13:11:00 -06001config DRIVERS_INTEL_DPTF
Tim Wawrzynczak0aabd072020-07-24 13:37:33 -06002 bool
Tim Wawrzynczak103bd5e2020-05-29 13:11:00 -06003 depends on HAVE_ACPI_TABLES
4 default n
5 help
6 When enabled, entries in the devicetree are used to generate
7 Intel DPTF Tables at runtime in the SSDT.
Sumeet Pawnikara91d9312021-08-30 23:19:38 +05308
Subrata Banikdd4acf62022-12-19 18:19:00 +05309config HAVE_DPTF_EISA_HID
10 bool
11
12config DPTF_USE_EISA_HID
13 bool
14 depends on DRIVERS_INTEL_DPTF
15 default y if HAVE_DPTF_EISA_HID
16 default n
17 help
18 Prior to Tiger Lake, all DPTF devices used 7-character EISA
19 IDs. If selected, the 7-character _HIDs will be emitted,
20 otherwise, it will use the "new" style, which are regular
21 8-character _HIDs.
22
Sumeet Pawnikara91d9312021-08-30 23:19:38 +053023config DRIVERS_INTEL_DPTF_SUPPORTS_TPCH
24 def_bool n
25 depends on HAVE_ACPI_TABLES && PMC_IPC_ACPI_INTERFACE
26 help
27 When enabled, chip driver/intel/dptf will publish information to the
28 SSDT for the TPCH device.
Varshit B Pandyae7d3a1a2022-03-20 20:39:51 +053029
30config DRIVERS_INTEL_DPTF_SUPPORTS_TPWR
31 def_bool n
32 depends on DRIVERS_INTEL_DPTF
33 help
34 When enabled, chip driver/intel/dptf will publish information to the
35 SSDT for TPWR device.
Varshit B Pandya170a76c2022-04-02 15:11:36 +053036
37config DRIVERS_INTEL_DPTF_SUPPORTS_TBAT
38 def_bool n
39 depends on DRIVERS_INTEL_DPTF
40 help
41 When enabled, chip driver/intel/dptf will publish information to the
42 SSDT for TBAT device.