diff options
author | Sumeet Pawnikar <sumeet.r.pawnikar@intel.com> | 2021-08-30 23:19:38 +0530 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-09-05 19:27:54 +0000 |
commit | a91d93111470475d3b9deafefc49f0cf23ab48de (patch) | |
tree | 6b7217b3fa4223427f49b1b390faa846280bf827 /src/drivers/intel/dptf/Kconfig | |
parent | 30fba61502f6cc19c846fa4a219b65823bfd6728 (diff) |
drivers/intel/dptf: Add new thermal control mechanism for pch device
Add new thermal control mechanism for pch device under dptf driver.
This provides support of different control knobs for FIVR.
BUG=b:198582766
BRANCH=None
TEST=Build FW and test on brya0 board
Change-Id: I035d2844b9ba6a9532ae006fc1c43e34cb94328a
Signed-off-by: Sumeet Pawnikar <sumeet.r.pawnikar@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/57096
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'src/drivers/intel/dptf/Kconfig')
-rw-r--r-- | src/drivers/intel/dptf/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/drivers/intel/dptf/Kconfig b/src/drivers/intel/dptf/Kconfig index ebdb6509a8..6f590b9246 100644 --- a/src/drivers/intel/dptf/Kconfig +++ b/src/drivers/intel/dptf/Kconfig @@ -5,3 +5,10 @@ config DRIVERS_INTEL_DPTF 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. |