]> git.sur5r.net Git - u-boot/blobdiff - drivers/thermal/Kconfig
clk: Add Actions Semi OWL clock support
[u-boot] / drivers / thermal / Kconfig
index 8e22ea7060cdb05b377227d17bb39fbf5f366bbf..a71b9be5fb53c78b3fb3edde7ea0e61297ca1024 100644 (file)
@@ -5,3 +5,22 @@ config DM_THERMAL
          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