Source
10
10
11
11
config IMX_THERMAL
12
12
bool "Temperature sensor driver for Freescale i.MX SoCs"
13
13
depends on MX6 || MX7
14
14
help
15
15
Support for Temperature Monitor (TEMPMON) found on Freescale i.MX SoCs.
16
16
It supports one critical trip point and one passive trip point. The
17
17
cpufreq is used as the cooling device to throttle CPUs when the
18
18
passive trip is crossed.
19
19
20
+
config TI_DRA7_THERMAL
21
+
bool "Temperature sensor driver for TI dra7xx SOCs"
22
+
help
23
+
Enable thermal support for for the Texas Instruments DRA752 SoC family.
24
+
The driver supports reading CPU temperature.
25
+
20
26
endif # if DM_THERMAL