]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/thermal/Kconfig
thermal: ti-bandgap: Add support for temperature sensor
[people/ms/u-boot.git] / drivers / thermal / Kconfig
index f0ffbb308308e1c6507ee5c599faf87249c786ee..a71b9be5fb53c78b3fb3edde7ea0e61297ca1024 100644 (file)
@@ -10,11 +10,17 @@ if DM_THERMAL
 
 config IMX_THERMAL
        bool "Temperature sensor driver for Freescale i.MX SoCs"
-       depends on MX6
+       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