]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/thermal/Kconfig
Kconfig: gadget: Move CONFIG_USB_FUNCTION_MASS_STORAGE to Kconfig
[people/ms/u-boot.git] / drivers / thermal / Kconfig
index 3c6b36d1cfd0dc10a617ff44613ccad311e3c90e..a71b9be5fb53c78b3fb3edde7ea0e61297ca1024 100644 (file)
@@ -1,7 +1,26 @@
 config DM_THERMAL
        bool "Driver support for thermal devices"
        help
-         Enable support for temporary-sensing devices. Some SoCs have on-chip
+         Enable support for temperature-sensing devices. Some SoCs have on-chip
          temperature sensors to permit warnings, speed throttling or even
          automatic power-off when the temperature gets too high or low. Other
          devices may be discrete but connected on a suitable bus.
+
+if DM_THERMAL
+
+config IMX_THERMAL
+       bool "Temperature sensor driver for Freescale i.MX SoCs"
+       depends on MX6 || MX7
+       help
+         Support for Temperature Monitor (TEMPMON) found on Freescale i.MX SoCs.
+          It supports one critical trip point and one passive trip point.  The
+          cpufreq is used as the cooling device to throttle CPUs when the
+          passive trip is crossed.
+
+config TI_DRA7_THERMAL
+        bool "Temperature sensor driver for TI dra7xx SOCs"
+        help
+        Enable thermal support for for the Texas Instruments DRA752 SoC family.
+        The driver supports reading CPU temperature.
+
+endif # if DM_THERMAL