thermal: add imx thermal driver support
[firefly-linux-kernel-4.4.55.git] / drivers / thermal / Kconfig
index e988c81d763c7d4e3d96c32a9834bcb54a63ee25..69eed55b88b04536c0a7d4d69e9a048c4e5b8156 100644 (file)
@@ -91,6 +91,17 @@ config THERMAL_EMULATION
          because userland can easily disable the thermal policy by simply
          flooding this sysfs node with low temperature values.
 
+config IMX_THERMAL
+       tristate "Temperature sensor driver for Freescale i.MX SoCs"
+       depends on CPU_THERMAL
+       depends on MFD_SYSCON
+       depends on OF
+       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 SPEAR_THERMAL
        bool "SPEAr thermal sensor driver"
        depends on PLAT_SPEAR