aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/thermal/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/common/block/thermal/Kconfig')
-rw-r--r--src/soc/intel/common/block/thermal/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/thermal/Kconfig b/src/soc/intel/common/block/thermal/Kconfig
index b39c74ca0f..7ab72405f0 100644
--- a/src/soc/intel/common/block/thermal/Kconfig
+++ b/src/soc/intel/common/block/thermal/Kconfig
@@ -4,9 +4,19 @@ config SOC_INTEL_COMMON_BLOCK_THERMAL
help
This option allows to configure PCH thermal registers for supported PCH.
+config SOC_INTEL_COMMON_BLOCK_THERMAL_PCI_DEV
+ bool
+ default n
+ select SOC_INTEL_COMMON_BLOCK_THERMAL
+ help
+ This option allows to configure PCH thermal registers using Thermal PCI device
+ for chipsets till Ice Lake PCH.
+
config SOC_INTEL_COMMON_BLOCK_THERMAL_BEHIND_PMC
bool
default n
+ depends on !SOC_INTEL_COMMON_BLOCK_THERMAL_PCI_DEV
+ select SOC_INTEL_COMMON_BLOCK_THERMAL
help
This option allows to configure PCH thermal registers using PMC PWRMBASE
for chipsets since Tiger Lake PCH.