Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / drivers / thermal / intel / Kconfig
bloba31f2f32996afd712cba2836017e36889b09f655
1 # SPDX-License-Identifier: GPL-2.0-only
2 config INTEL_POWERCLAMP
3         tristate "Intel PowerClamp idle injection driver"
4         depends on X86
5         depends on CPU_SUP_INTEL
6         depends on CPU_IDLE
7         select POWERCAP
8         select IDLE_INJECT
9         help
10           Enable this to enable Intel PowerClamp idle injection driver. This
11           enforce idle time which results in more package C-state residency. The
12           user interface is exposed via generic thermal framework.
14 config X86_THERMAL_VECTOR
15         def_bool y
16         depends on X86 && CPU_SUP_INTEL && X86_LOCAL_APIC
18 config INTEL_TCC
19         bool
20         depends on X86
22 config X86_PKG_TEMP_THERMAL
23         tristate "X86 package temperature thermal driver"
24         depends on X86_THERMAL_VECTOR
25         select THERMAL_GOV_USER_SPACE
26         select INTEL_TCC
27         default m
28         help
29           Enable this to register CPU digital sensor for package temperature as
30           thermal zone. Each package will have its own thermal zone. There are
31           two trip points which can be set by user to get notifications via thermal
32           notification methods.
34 config INTEL_SOC_DTS_IOSF_CORE
35         tristate
36         depends on X86 && PCI
37         select IOSF_MBI
38         select INTEL_TCC
39         help
40           This is becoming a common feature for Intel SoCs to expose the additional
41           digital temperature sensors (DTSs) using side band interface (IOSF). This
42           implements the common set of helper functions to register, get temperature
43           and get/set thresholds on DTSs.
45 config INTEL_SOC_DTS_THERMAL
46         tristate "Intel SoCs DTS thermal driver"
47         depends on X86 && PCI && ACPI
48         select INTEL_SOC_DTS_IOSF_CORE
49         help
50           Enable this to register Intel SoCs (e.g. Bay Trail) platform digital
51           temperature sensor (DTS). These SoCs have two additional DTSs in
52           addition to DTSs on CPU cores. Each DTS will be registered as a
53           thermal zone. There are two trip points. One of the trip point can
54           be set by user mode programs to get notifications via Linux thermal
55           notification methods.The other trip is a critical trip point, which
56           was set by the driver based on the TJ MAX temperature.
58 config INTEL_QUARK_DTS_THERMAL
59         tristate "Intel Quark DTS thermal driver"
60         depends on X86_INTEL_QUARK
61         help
62           Enable this to register Intel Quark SoC (e.g. X1000) platform digital
63           temperature sensor (DTS). For X1000 SoC, it has one on-die DTS.
64           The DTS will be registered as a thermal zone. There are two trip points:
65           hot & critical. The critical trip point default value is set by
66           underlying BIOS/Firmware.
68 menu "ACPI INT340X thermal drivers"
69 source "drivers/thermal/intel/int340x_thermal/Kconfig"
70 endmenu
72 config INTEL_BXT_PMIC_THERMAL
73         tristate "Intel Broxton PMIC thermal driver"
74         depends on X86 && INTEL_SOC_PMIC_BXTWC
75         select REGMAP
76         help
77           Select this driver for Intel Broxton PMIC with ADC channels monitoring
78           system temperature measurements and alerts.
79           This driver is used for monitoring the ADC channels of PMIC and handles
80           the alert trip point interrupts and notifies the thermal framework with
81           the trip point and temperature details of the zone.
83 config INTEL_PCH_THERMAL
84         tristate "Intel PCH Thermal Reporting Driver"
85         depends on X86 && PCI
86         select ACPI_THERMAL_LIB if ACPI
87         help
88           Enable this to support thermal reporting on certain intel PCHs.
89           Thermal reporting device will provide temperature reading,
90           programmable trip points and other information.
92 config INTEL_TCC_COOLING
93         tristate "Intel TCC offset cooling Driver"
94         depends on X86
95         select INTEL_TCC
96         help
97           Enable this to support system cooling by adjusting the effective TCC
98           activation temperature via the TCC Offset register, which is widely
99           supported on modern Intel platforms.
100           Note that, on different platforms, the behavior might be different
101           on how fast the setting takes effect, and how much the CPU frequency
102           is reduced.
104 config INTEL_HFI_THERMAL
105         bool "Intel Hardware Feedback Interface"
106         depends on NET
107         depends on CPU_SUP_INTEL
108         depends on X86_THERMAL_VECTOR
109         select THERMAL_NETLINK
110         help
111           Select this option to enable the Hardware Feedback Interface. If
112           selected, hardware provides guidance to the operating system on
113           the performance and energy efficiency capabilities of each CPU.
114           These capabilities may change as a result of changes in the operating
115           conditions of the system such power and thermal limits. If selected,
116           the kernel relays updates in CPUs' capabilities to userspace.