2015-02-06 04:41:35 +00:00
|
|
|
config DM_THERMAL
|
|
|
|
bool "Driver support for thermal devices"
|
|
|
|
help
|
2016-05-04 08:47:31 +00:00
|
|
|
Enable support for temperature-sensing devices. Some SoCs have on-chip
|
2015-02-06 04:41:35 +00:00
|
|
|
temperature sensors to permit warnings, speed throttling or even
|
|
|
|
automatic power-off when the temperature gets too high or low. Other
|
|
|
|
devices may be discrete but connected on a suitable bus.
|
2016-10-08 12:30:09 +00:00
|
|
|
|
|
|
|
if DM_THERMAL
|
|
|
|
|
|
|
|
config IMX_THERMAL
|
|
|
|
bool "Temperature sensor driver for Freescale i.MX SoCs"
|
2016-12-02 05:43:03 +00:00
|
|
|
depends on MX6 || MX7
|
2016-10-08 12:30:09 +00:00
|
|
|
help
|
|
|
|
Support for Temperature Monitor (TEMPMON) found on Freescale i.MX SoCs.
|
|
|
|
It supports one critical trip point and one passive trip point. The
|
|
|
|
cpufreq is used as the cooling device to throttle CPUs when the
|
|
|
|
passive trip is crossed.
|
|
|
|
|
2019-05-05 13:23:54 +00:00
|
|
|
config IMX_SCU_THERMAL
|
|
|
|
bool "Temperature sensor driver for NXP i.MX8"
|
|
|
|
depends on ARCH_IMX8
|
|
|
|
help
|
|
|
|
Support for Temperature sensors on NXP i.MX8.
|
|
|
|
It supports one critical trip point and one passive trip point. The
|
|
|
|
boot is hold to the cool device to throttle CPUs when the passive
|
|
|
|
trip is crossed
|
|
|
|
|
2017-11-14 10:42:31 +00:00
|
|
|
config TI_DRA7_THERMAL
|
|
|
|
bool "Temperature sensor driver for TI dra7xx SOCs"
|
|
|
|
help
|
|
|
|
Enable thermal support for for the Texas Instruments DRA752 SoC family.
|
|
|
|
The driver supports reading CPU temperature.
|
|
|
|
|
2016-10-08 12:30:09 +00:00
|
|
|
endif # if DM_THERMAL
|