1 ## SPDX-License-Identifier: GPL-2.0-only
3 config SOC_INTEL_COMMON_BLOCK_THERMAL
7 This option allows to configure PCH thermal registers for supported PCH.
9 config SOC_INTEL_COMMON_BLOCK_THERMAL_PCI_DEV
12 select SOC_INTEL_COMMON_BLOCK_THERMAL
14 This option allows to configure PCH thermal registers using Thermal PCI device
15 for chipsets till Ice Lake PCH.
17 config SOC_INTEL_COMMON_BLOCK_THERMAL_BEHIND_PMC
20 depends on !SOC_INTEL_COMMON_BLOCK_THERMAL_PCI_DEV
21 select SOC_INTEL_COMMON_BLOCK_THERMAL
23 This option allows to configure PCH thermal registers using PMC PWRMBASE
24 for chipsets since Tiger Lake PCH.