Simon Glass | f94a1be | 2015-02-05 21:41:35 -0700 | [diff] [blame] | 1 | config DM_THERMAL |
| 2 | bool "Driver support for thermal devices" |
| 3 | help |
Robert P. J. Day | 1cc0a9f | 2016-05-04 04:47:31 -0400 | [diff] [blame] | 4 | Enable support for temperature-sensing devices. Some SoCs have on-chip |
Simon Glass | f94a1be | 2015-02-05 21:41:35 -0700 | [diff] [blame] | 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. |