Kconfig (762f99f4f3cb41a775b5157dd761217beba65873) Kconfig (1cb19cabeb0e187b6c244d0da73d27f7432c40dc)
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

--- 85 unchanged lines hidden (view full) ---

94config INTEL_MENLOW
95 tristate "Thermal Management driver for Intel menlow platform"
96 depends on ACPI_THERMAL
97 help
98 ACPI thermal management enhancement driver on
99 Intel Menlow platform.
100
101 If unsure, say N.
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

--- 85 unchanged lines hidden (view full) ---

94config INTEL_MENLOW
95 tristate "Thermal Management driver for Intel menlow platform"
96 depends on ACPI_THERMAL
97 help
98 ACPI thermal management enhancement driver on
99 Intel Menlow platform.
100
101 If unsure, say N.
102
103config INTEL_HFI_THERMAL
104 bool "Intel Hardware Feedback Interface"
105 depends on CPU_SUP_INTEL
106 depends on X86_THERMAL_VECTOR
107 help
108 Select this option to enable the Hardware Feedback Interface. If
109 selected, hardware provides guidance to the operating system on
110 the performance and energy efficiency capabilities of each CPU.
111 These capabilities may change as a result of changes in the operating
112 conditions of the system such power and thermal limits. If selected,
113 the kernel relays updates in CPUs' capabilities to userspace.