]> git.ipfire.org Git - people/ms/u-boot.git/blame - drivers/thermal/Kconfig
Kconfig: gadget: Move CONFIG_USB_FUNCTION_MASS_STORAGE to Kconfig
[people/ms/u-boot.git] / drivers / thermal / Kconfig
CommitLineData
f94a1bed
SG
1config DM_THERMAL
2 bool "Driver support for thermal devices"
3 help
1cc0a9f4 4 Enable support for temperature-sensing devices. Some SoCs have on-chip
f94a1bed
SG
5 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.
e28e1492
JT
8
9if DM_THERMAL
10
11config IMX_THERMAL
12 bool "Temperature sensor driver for Freescale i.MX SoCs"
5a25b712 13 depends on MX6 || MX7
e28e1492
JT
14 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
8502f9f6
FA
20config 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
e28e1492 26endif # if DM_THERMAL