X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=drivers%2Fthermal%2FKconfig;h=a71b9be5fb53c78b3fb3edde7ea0e61297ca1024;hb=29e9363504d6e2aef0bd11a08de59cf635e285bc;hp=f0ffbb308308e1c6507ee5c599faf87249c786ee;hpb=30aaa774df39971e0f488b7661c8825a45570cd2;p=oweals%2Fu-boot.git diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig index f0ffbb3083..a71b9be5fb 100644 --- a/drivers/thermal/Kconfig +++ b/drivers/thermal/Kconfig @@ -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