18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only
28c2ecf20Sopenharmony_ciconfig INTEL_POWERCLAMP
38c2ecf20Sopenharmony_ci	tristate "Intel PowerClamp idle injection driver"
48c2ecf20Sopenharmony_ci	depends on X86
58c2ecf20Sopenharmony_ci	depends on CPU_SUP_INTEL
68c2ecf20Sopenharmony_ci	help
78c2ecf20Sopenharmony_ci	  Enable this to enable Intel PowerClamp idle injection driver. This
88c2ecf20Sopenharmony_ci	  enforce idle time which results in more package C-state residency. The
98c2ecf20Sopenharmony_ci	  user interface is exposed via generic thermal framework.
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ciconfig X86_PKG_TEMP_THERMAL
128c2ecf20Sopenharmony_ci	tristate "X86 package temperature thermal driver"
138c2ecf20Sopenharmony_ci	depends on X86_THERMAL_VECTOR
148c2ecf20Sopenharmony_ci	select THERMAL_GOV_USER_SPACE
158c2ecf20Sopenharmony_ci	select THERMAL_WRITABLE_TRIPS
168c2ecf20Sopenharmony_ci	default m
178c2ecf20Sopenharmony_ci	help
188c2ecf20Sopenharmony_ci	  Enable this to register CPU digital sensor for package temperature as
198c2ecf20Sopenharmony_ci	  thermal zone. Each package will have its own thermal zone. There are
208c2ecf20Sopenharmony_ci	  two trip points which can be set by user to get notifications via thermal
218c2ecf20Sopenharmony_ci	  notification methods.
228c2ecf20Sopenharmony_ci
238c2ecf20Sopenharmony_ciconfig INTEL_SOC_DTS_IOSF_CORE
248c2ecf20Sopenharmony_ci	tristate
258c2ecf20Sopenharmony_ci	depends on X86 && PCI
268c2ecf20Sopenharmony_ci	select IOSF_MBI
278c2ecf20Sopenharmony_ci	help
288c2ecf20Sopenharmony_ci	  This is becoming a common feature for Intel SoCs to expose the additional
298c2ecf20Sopenharmony_ci	  digital temperature sensors (DTSs) using side band interface (IOSF). This
308c2ecf20Sopenharmony_ci	  implements the common set of helper functions to register, get temperature
318c2ecf20Sopenharmony_ci	  and get/set thresholds on DTSs.
328c2ecf20Sopenharmony_ci
338c2ecf20Sopenharmony_ciconfig INTEL_SOC_DTS_THERMAL
348c2ecf20Sopenharmony_ci	tristate "Intel SoCs DTS thermal driver"
358c2ecf20Sopenharmony_ci	depends on X86 && PCI && ACPI
368c2ecf20Sopenharmony_ci	select INTEL_SOC_DTS_IOSF_CORE
378c2ecf20Sopenharmony_ci	select THERMAL_WRITABLE_TRIPS
388c2ecf20Sopenharmony_ci	help
398c2ecf20Sopenharmony_ci	  Enable this to register Intel SoCs (e.g. Bay Trail) platform digital
408c2ecf20Sopenharmony_ci	  temperature sensor (DTS). These SoCs have two additional DTSs in
418c2ecf20Sopenharmony_ci	  addition to DTSs on CPU cores. Each DTS will be registered as a
428c2ecf20Sopenharmony_ci	  thermal zone. There are two trip points. One of the trip point can
438c2ecf20Sopenharmony_ci	  be set by user mode programs to get notifications via Linux thermal
448c2ecf20Sopenharmony_ci	  notification methods.The other trip is a critical trip point, which
458c2ecf20Sopenharmony_ci	  was set by the driver based on the TJ MAX temperature.
468c2ecf20Sopenharmony_ci
478c2ecf20Sopenharmony_ciconfig INTEL_QUARK_DTS_THERMAL
488c2ecf20Sopenharmony_ci	tristate "Intel Quark DTS thermal driver"
498c2ecf20Sopenharmony_ci	depends on X86_INTEL_QUARK
508c2ecf20Sopenharmony_ci	help
518c2ecf20Sopenharmony_ci	  Enable this to register Intel Quark SoC (e.g. X1000) platform digital
528c2ecf20Sopenharmony_ci	  temperature sensor (DTS). For X1000 SoC, it has one on-die DTS.
538c2ecf20Sopenharmony_ci	  The DTS will be registered as a thermal zone. There are two trip points:
548c2ecf20Sopenharmony_ci	  hot & critical. The critical trip point default value is set by
558c2ecf20Sopenharmony_ci	  underlying BIOS/Firmware.
568c2ecf20Sopenharmony_ci
578c2ecf20Sopenharmony_cimenu "ACPI INT340X thermal drivers"
588c2ecf20Sopenharmony_cisource "drivers/thermal/intel/int340x_thermal/Kconfig"
598c2ecf20Sopenharmony_ciendmenu
608c2ecf20Sopenharmony_ci
618c2ecf20Sopenharmony_ciconfig INTEL_BXT_PMIC_THERMAL
628c2ecf20Sopenharmony_ci	tristate "Intel Broxton PMIC thermal driver"
638c2ecf20Sopenharmony_ci	depends on X86 && INTEL_SOC_PMIC_BXTWC
648c2ecf20Sopenharmony_ci	select REGMAP
658c2ecf20Sopenharmony_ci	help
668c2ecf20Sopenharmony_ci	  Select this driver for Intel Broxton PMIC with ADC channels monitoring
678c2ecf20Sopenharmony_ci	  system temperature measurements and alerts.
688c2ecf20Sopenharmony_ci	  This driver is used for monitoring the ADC channels of PMIC and handles
698c2ecf20Sopenharmony_ci	  the alert trip point interrupts and notifies the thermal framework with
708c2ecf20Sopenharmony_ci	  the trip point and temperature details of the zone.
718c2ecf20Sopenharmony_ci
728c2ecf20Sopenharmony_ciconfig INTEL_PCH_THERMAL
738c2ecf20Sopenharmony_ci	tristate "Intel PCH Thermal Reporting Driver"
748c2ecf20Sopenharmony_ci	depends on X86 && PCI
758c2ecf20Sopenharmony_ci	help
768c2ecf20Sopenharmony_ci	  Enable this to support thermal reporting on certain intel PCHs.
778c2ecf20Sopenharmony_ci	  Thermal reporting device will provide temperature reading,
788c2ecf20Sopenharmony_ci	  programmable trip points and other information.
79