aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/thermal/Kconfig')
-rw-r--r--drivers/thermal/Kconfig14
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
225config 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
225menu "Texas Instruments thermal drivers" 237menu "Texas Instruments thermal drivers"
226source "drivers/thermal/ti-soc-thermal/Kconfig" 238source "drivers/thermal/ti-soc-thermal/Kconfig"
227endmenu 239endmenu
228 240
229menu "Samsung thermal drivers" 241menu "Samsung thermal drivers"
230depends on PLAT_SAMSUNG 242depends on ARCH_EXYNOS
231source "drivers/thermal/samsung/Kconfig" 243source "drivers/thermal/samsung/Kconfig"
232endmenu 244endmenu
233 245