Kconfig (b7f8f259896f669f131713b0c74ba4d008daa71d) | Kconfig (2eb87d75f980bcc7c2bd370661f8fcc4ec273ea5) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2config INTEL_POWERCLAMP 3 tristate "Intel PowerClamp idle injection driver" 4 depends on X86 5 depends on CPU_SUP_INTEL 6 help 7 Enable this to enable Intel PowerClamp idle injection driver. This 8 enforce idle time which results in more package C-state residency. The --- 65 unchanged lines hidden (view full) --- 74 75config INTEL_PCH_THERMAL 76 tristate "Intel PCH Thermal Reporting Driver" 77 depends on X86 && PCI 78 help 79 Enable this to support thermal reporting on certain intel PCHs. 80 Thermal reporting device will provide temperature reading, 81 programmable trip points and other information. | 1# SPDX-License-Identifier: GPL-2.0-only 2config INTEL_POWERCLAMP 3 tristate "Intel PowerClamp idle injection driver" 4 depends on X86 5 depends on CPU_SUP_INTEL 6 help 7 Enable this to enable Intel PowerClamp idle injection driver. This 8 enforce idle time which results in more package C-state residency. The --- 65 unchanged lines hidden (view full) --- 74 75config INTEL_PCH_THERMAL 76 tristate "Intel PCH Thermal Reporting Driver" 77 depends on X86 && PCI 78 help 79 Enable this to support thermal reporting on certain intel PCHs. 80 Thermal reporting device will provide temperature reading, 81 programmable trip points and other information. |
82 83config INTEL_TCC_COOLING 84 tristate "Intel TCC offset cooling Driver" 85 depends on X86 86 help 87 Enable this to support system cooling by adjusting the effective TCC 88 activation temperature via the TCC Offset register, which is widely 89 supported on modern Intel platforms. 90 Note that, on different platforms, the behavior might be different 91 on how fast the setting takes effect, and how much the CPU frequency 92 is reduced. |
|