blob: 97d4163e8edb6491290aa65e4c72d1481b525f59 [file] [log] [blame]
Simon Glassf94a1be2015-02-05 21:41:35 -07001config DM_THERMAL
2 bool "Driver support for thermal devices"
3 help
Robert P. J. Day1cc0a9f2016-05-04 04:47:31 -04004 Enable support for temperature-sensing devices. Some SoCs have on-chip
Simon Glassf94a1be2015-02-05 21:41:35 -07005 temperature sensors to permit warnings, speed throttling or even
6 automatic power-off when the temperature gets too high or low. Other
7 devices may be discrete but connected on a suitable bus.
Jagan Tekie28e1492016-10-08 18:00:09 +05308
9if DM_THERMAL
10
11config IMX_THERMAL
12 bool "Temperature sensor driver for Freescale i.MX SoCs"
Peng Fan5a25b712016-12-02 13:43:03 +080013 depends on MX6 || MX7
Jagan Tekie28e1492016-10-08 18:00:09 +053014 help
15 Support for Temperature Monitor (TEMPMON) found on Freescale i.MX SoCs.
16 It supports one critical trip point and one passive trip point. The
17 cpufreq is used as the cooling device to throttle CPUs when the
18 passive trip is crossed.
19
Peng Fan5ef5b6d2019-05-05 13:23:54 +000020config IMX_SCU_THERMAL
21 bool "Temperature sensor driver for NXP i.MX8"
22 depends on ARCH_IMX8
23 help
24 Support for Temperature sensors on NXP i.MX8.
25 It supports one critical trip point and one passive trip point. The
26 boot is hold to the cool device to throttle CPUs when the passive
27 trip is crossed
28
Peng Fan2cd7f472020-05-03 22:19:46 +080029config IMX_TMU
30 bool "Thermal Management Unit driver for NXP i.MX8M"
31 depends on ARCH_IMX8M
32 help
33 Support for Temperature sensors on NXP i.MX8M.
34 It supports one critical trip point and one passive trip point.
35 The boot is hold to the cool device to throttle CPUs when the
36 passive trip is crossed
37
Faiz Abbas8502f9f2017-11-14 16:12:31 +053038config TI_DRA7_THERMAL
39 bool "Temperature sensor driver for TI dra7xx SOCs"
40 help
41 Enable thermal support for for the Texas Instruments DRA752 SoC family.
42 The driver supports reading CPU temperature.
43
Jagan Tekie28e1492016-10-08 18:00:09 +053044endif # if DM_THERMAL