blob: 6f590b92460998c0ef399a8132893afc93bab56d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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.
|