39 lines
1.2 KiB
Plaintext
39 lines
1.2 KiB
Plaintext
config DM_THERMAL
|
|
bool "Driver support for thermal devices"
|
|
help
|
|
Enable support for temperature-sensing devices. Some SoCs have on-chip
|
|
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.
|
|
|
|
if DM_THERMAL
|
|
|
|
config FP9931_THERMAL
|
|
bool "Temperature sensor driver for fp9931"
|
|
depends on PMIC_FP9931
|
|
help
|
|
Support for Temperature Monitor (TEMPMON) found on fp9931.
|
|
|
|
config IMX_THERMAL
|
|
bool "Temperature sensor driver for Freescale i.MX SoCs"
|
|
depends on MX6 || MX7
|
|
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.
|
|
|
|
config ROCKCHIP_THERMAL
|
|
bool "Temperature sensor driver for Rockchip SoCs"
|
|
depends on CLK
|
|
help
|
|
Support for Temperature Monitor (TEMPMON) found on Rockchip SoCs.
|
|
|
|
config SY7636A_THERMAL
|
|
bool "Temperature sensor driver for sy7636a"
|
|
depends on PMIC_SY7636A
|
|
help
|
|
Support for Temperature Monitor (TEMPMON) found on sy7636a.
|
|
|
|
endif # if DM_THERMAL
|