1f94a1bedSSimon Glassconfig DM_THERMAL 2f94a1bedSSimon Glass bool "Driver support for thermal devices" 3f94a1bedSSimon Glass help 41cc0a9f4SRobert P. J. Day Enable support for temperature-sensing devices. Some SoCs have on-chip 5f94a1bedSSimon Glass temperature sensors to permit warnings, speed throttling or even 6f94a1bedSSimon Glass automatic power-off when the temperature gets too high or low. Other 7f94a1bedSSimon Glass devices may be discrete but connected on a suitable bus. 8*e28e1492SJagan Teki 9*e28e1492SJagan Tekiif DM_THERMAL 10*e28e1492SJagan Teki 11*e28e1492SJagan Tekiconfig IMX_THERMAL 12*e28e1492SJagan Teki bool "Temperature sensor driver for Freescale i.MX SoCs" 13*e28e1492SJagan Teki depends on MX6 14*e28e1492SJagan Teki help 15*e28e1492SJagan Teki Support for Temperature Monitor (TEMPMON) found on Freescale i.MX SoCs. 16*e28e1492SJagan Teki It supports one critical trip point and one passive trip point. The 17*e28e1492SJagan Teki cpufreq is used as the cooling device to throttle CPUs when the 18*e28e1492SJagan Teki passive trip is crossed. 19*e28e1492SJagan Teki 20*e28e1492SJagan Tekiendif # if DM_THERMAL 21