diff options
Diffstat (limited to 'drivers/thermal/Kconfig')
-rw-r--r-- | drivers/thermal/Kconfig | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig index 2d51912a6e40..f9a13867cb70 100644 --- a/drivers/thermal/Kconfig +++ b/drivers/thermal/Kconfig | |||
@@ -222,12 +222,24 @@ config ACPI_INT3403_THERMAL | |||
222 | the Intel Thermal Daemon can use this information to allow the user | 222 | the Intel Thermal Daemon can use this information to allow the user |
223 | to select his laptop to run without turning on the fans. | 223 | to select his laptop to run without turning on the fans. |
224 | 224 | ||
225 | config INTEL_SOC_DTS_THERMAL | ||
226 | tristate "Intel SoCs DTS thermal driver" | ||
227 | depends on X86 && IOSF_MBI | ||
228 | help | ||
229 | Enable this to register Intel SoCs (e.g. Bay Trail) platform digital | ||
230 | temperature sensor (DTS). These SoCs have two additional DTSs in | ||
231 | addition to DTSs on CPU cores. Each DTS will be registered as a | ||
232 | thermal zone. There are two trip points. One of the trip point can | ||
233 | be set by user mode programs to get notifications via Linux thermal | ||
234 | notification methods.The other trip is a critical trip point, which | ||
235 | was set by the driver based on the TJ MAX temperature. | ||
236 | |||
225 | menu "Texas Instruments thermal drivers" | 237 | menu "Texas Instruments thermal drivers" |
226 | source "drivers/thermal/ti-soc-thermal/Kconfig" | 238 | source "drivers/thermal/ti-soc-thermal/Kconfig" |
227 | endmenu | 239 | endmenu |
228 | 240 | ||
229 | menu "Samsung thermal drivers" | 241 | menu "Samsung thermal drivers" |
230 | depends on PLAT_SAMSUNG | 242 | depends on ARCH_EXYNOS |
231 | source "drivers/thermal/samsung/Kconfig" | 243 | source "drivers/thermal/samsung/Kconfig" |
232 | endmenu | 244 | endmenu |
233 | 245 | ||