diff options
author | Zhang Rui <rui.zhang@intel.com> | 2022-12-19 16:46:18 +0100 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2022-12-30 19:57:38 +0100 |
commit | 4e3ecc2898fe0b42177cd7bb4d38088b4829ef45 (patch) | |
tree | 45512425233eeed7a99f9a8652a771216acda4eb /drivers/thermal/intel/Kconfig | |
parent | thermal/intel/intel_soc_dts_iosf: Use Intel TCC library (diff) | |
download | linux-4e3ecc2898fe0b42177cd7bb4d38088b4829ef45.tar.xz linux-4e3ecc2898fe0b42177cd7bb4d38088b4829ef45.zip |
thermal/intel/intel_tcc_cooling: Use Intel TCC library
Cleanup the code by using Intel TCC library for TCC (Thermal Control
Circuitry) MSR access.
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/thermal/intel/Kconfig')
-rw-r--r-- | drivers/thermal/intel/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/thermal/intel/Kconfig b/drivers/thermal/intel/Kconfig index 329c0ee934c4..dafdb3dd3fc7 100644 --- a/drivers/thermal/intel/Kconfig +++ b/drivers/thermal/intel/Kconfig @@ -88,6 +88,7 @@ config INTEL_PCH_THERMAL config INTEL_TCC_COOLING tristate "Intel TCC offset cooling Driver" depends on X86 + select INTEL_TCC help Enable this to support system cooling by adjusting the effective TCC activation temperature via the TCC Offset register, which is widely |