1config INTEL_POWERCLAMP 2 tristate "Intel PowerClamp idle injection driver" 3 depends on X86 4 depends on CPU_SUP_INTEL 5 help 6 Enable this to enable Intel PowerClamp idle injection driver. This 7 enforce idle time which results in more package C-state residency. The 8 user interface is exposed via generic thermal framework. 9 10config X86_PKG_TEMP_THERMAL 11 tristate "X86 package temperature thermal driver" 12 depends on X86_THERMAL_VECTOR 13 select THERMAL_GOV_USER_SPACE 14 select THERMAL_WRITABLE_TRIPS 15 default m 16 help 17 Enable this to register CPU digital sensor for package temperature as 18 thermal zone. Each package will have its own thermal zone. There are 19 two trip points which can be set by user to get notifications via thermal 20 notification methods. 21 22config INTEL_SOC_DTS_IOSF_CORE 23 tristate 24 depends on X86 && PCI 25 select IOSF_MBI 26 help 27 This is becoming a common feature for Intel SoCs to expose the additional 28 digital temperature sensors (DTSs) using side band interface (IOSF). This 29 implements the common set of helper functions to register, get temperature 30 and get/set thresholds on DTSs. 31 32config INTEL_SOC_DTS_THERMAL 33 tristate "Intel SoCs DTS thermal driver" 34 depends on X86 && PCI && ACPI 35 select INTEL_SOC_DTS_IOSF_CORE 36 select THERMAL_WRITABLE_TRIPS 37 help 38 Enable this to register Intel SoCs (e.g. Bay Trail) platform digital 39 temperature sensor (DTS). These SoCs have two additional DTSs in 40 addition to DTSs on CPU cores. Each DTS will be registered as a 41 thermal zone. There are two trip points. One of the trip point can 42 be set by user mode programs to get notifications via Linux thermal 43 notification methods.The other trip is a critical trip point, which 44 was set by the driver based on the TJ MAX temperature. 45 46config INTEL_QUARK_DTS_THERMAL 47 tristate "Intel Quark DTS thermal driver" 48 depends on X86_INTEL_QUARK 49 help 50 Enable this to register Intel Quark SoC (e.g. X1000) platform digital 51 temperature sensor (DTS). For X1000 SoC, it has one on-die DTS. 52 The DTS will be registered as a thermal zone. There are two trip points: 53 hot & critical. The critical trip point default value is set by 54 underlying BIOS/Firmware. 55 56menu "ACPI INT340X thermal drivers" 57source "drivers/thermal/intel/int340x_thermal/Kconfig" 58endmenu 59 60config INTEL_BXT_PMIC_THERMAL 61 tristate "Intel Broxton PMIC thermal driver" 62 depends on X86 && INTEL_SOC_PMIC_BXTWC && REGMAP 63 help 64 Select this driver for Intel Broxton PMIC with ADC channels monitoring 65 system temperature measurements and alerts. 66 This driver is used for monitoring the ADC channels of PMIC and handles 67 the alert trip point interrupts and notifies the thermal framework with 68 the trip point and temperature details of the zone. 69 70config INTEL_PCH_THERMAL 71 tristate "Intel PCH Thermal Reporting Driver" 72 depends on X86 && PCI 73 help 74 Enable this to support thermal reporting on certain intel PCHs. 75 Thermal reporting device will provide temperature reading, 76 programmable trip points and other information. 77