diff options
author | Tushar Dave <tushar.n.dave@intel.com> | 2015-06-10 22:34:24 +0200 |
---|---|---|
committer | Zhang Rui <rui.zhang@intel.com> | 2015-08-04 04:06:08 +0200 |
commit | d0a12625d2ff2c63321b3cf48c48184748ab577a (patch) | |
tree | 62862e5ff7093cd72f4e64f4d318a76067468fb6 /drivers/thermal/Kconfig | |
parent | thermal/powerclamp: add cpu id for denlow platform (diff) | |
download | linux-d0a12625d2ff2c63321b3cf48c48184748ab577a.tar.xz linux-d0a12625d2ff2c63321b3cf48c48184748ab577a.zip |
thermal: Add Intel PCH thermal driver
This change adds a thermal driver for Wildcat Point platform controller
hub. This driver register PCH thermal sensor as a thermal zone and
associate critical and hot trips if present.
Signed-off-by: Tushar Dave <tushar.n.dave@intel.com>
Reviewed-by: Pandruvada, Srinivas <srinivas.pandruvada@intel.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Diffstat (limited to 'drivers/thermal/Kconfig')
-rw-r--r-- | drivers/thermal/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig index 118938ee8552..039004400987 100644 --- a/drivers/thermal/Kconfig +++ b/drivers/thermal/Kconfig @@ -340,6 +340,14 @@ config ACPI_THERMAL_REL tristate depends on ACPI +config INTEL_PCH_THERMAL + tristate "Intel PCH Thermal Reporting Driver" + depends on X86 && PCI + help + Enable this to support thermal reporting on certain intel PCHs. + Thermal reporting device will provide temperature reading, + programmable trip points and other information. + menu "Texas Instruments thermal drivers" source "drivers/thermal/ti-soc-thermal/Kconfig" endmenu |