# SPDX-License-Identifier: GPL-2.0-only config [31mCONFIG_INTEL_POWERCLAMP[0m tristate "Intel PowerClamp idle injection driver" depends on [31mCONFIG_X86[0m depends on [31mCONFIG_CPU_SUP_INTEL[0m help Enable this to enable Intel PowerClamp idle injection driver. This enforce idle time which results in more package [31mCONFIG_C[0m-state residency. The user interface is exposed via generic thermal framework. config [31mCONFIG_X86_PKG_TEMP_THERMAL[0m tristate "X86 package temperature thermal driver" depends on [31mCONFIG_X86_THERMAL_VECTOR[0m select [31mCONFIG_THERMAL_GOV_USER_SPACE[0m select [31mCONFIG_THERMAL_WRITABLE_TRIPS[0m default m help Enable this to register CPU digital sensor for package temperature as thermal zone. Each package will have its own thermal zone. There are two trip points which can be set by user to get notifications via thermal notification methods. config [31mCONFIG_INTEL_SOC_DTS_IOSF_CORE[0m tristate depends on [31mCONFIG_X86[0m && [31mCONFIG_PCI[0m select [31mCONFIG_IOSF_MBI[0m help This is becoming a common feature for Intel SoCs to expose the additional digital temperature sensors (DTSs) using side band interface (IOSF). This implements the common set of helper functions to register, get temperature and get/set thresholds on DTSs. config [31mCONFIG_INTEL_SOC_DTS_THERMAL[0m tristate "Intel SoCs DTS thermal driver" depends on [31mCONFIG_X86[0m && [31mCONFIG_PCI[0m && [31mCONFIG_ACPI[0m select [31mCONFIG_INTEL_SOC_DTS_IOSF_CORE[0m select [31mCONFIG_THERMAL_WRITABLE_TRIPS[0m help Enable this to register Intel SoCs (e.g. Bay Trail) platform digital temperature sensor (DTS). These SoCs have two additional DTSs in addition to DTSs on CPU cores. Each DTS will be registered as a thermal zone. There are two trip points. One of the trip point can be set by user mode programs to get notifications via Linux thermal notification methods.The other trip is a critical trip point, which was set by the driver based on the TJ MAX temperature. config [31mCONFIG_INTEL_QUARK_DTS_THERMAL[0m tristate "Intel Quark DTS thermal driver" depends on [31mCONFIG_X86_INTEL_QUARK[0m help Enable this to register Intel Quark SoC (e.g. X1000) platform digital temperature sensor (DTS). For X1000 SoC, it has one on-die DTS. The DTS will be registered as a thermal zone. There are two trip points: hot & critical. The critical trip point default value is set by underlying BIOS/Firmware. menu "ACPI INT340X thermal drivers" source "drivers/thermal/intel/int340x_thermal/Kconfig" endmenu config [31mCONFIG_INTEL_BXT_PMIC_THERMAL[0m tristate "Intel Broxton PMIC thermal driver" depends on [31mCONFIG_X86[0m && [31mCONFIG_INTEL_SOC_PMIC_BXTWC[0m && [31mCONFIG_REGMAP[0m help Select this driver for Intel Broxton PMIC with ADC channels monitoring system temperature measurements and alerts. This driver is used for monitoring the ADC channels of PMIC and handles the alert trip point interrupts and notifies the thermal framework with the trip point and temperature details of the zone. config [31mCONFIG_INTEL_PCH_THERMAL[0m tristate "Intel PCH Thermal Reporting Driver" depends on [31mCONFIG_X86[0m && [31mCONFIG_PCI[0m help Enable this to support thermal reporting on certain intel PCHs. Thermal reporting device will provide temperature reading, programmable trip points and other information. |