Kconfig (eb8504620381f457dd84d00604772a960c21edd4) | Kconfig (ef502fc1f0ddac2c98aca58b255d9603cd20aa3d) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Generic thermal drivers configuration 4# 5 6menuconfig THERMAL 7 bool "Thermal drivers" 8 help --- 240 unchanged lines hidden (view full) --- 249 help 250 Support for Temperature Monitor (TEMPMON) found on Freescale i.MX SoCs. 251 It supports one critical trip point and one passive trip point. The 252 cpufreq is used as the cooling device to throttle CPUs when the 253 passive trip is crossed. 254 255config IMX_SC_THERMAL 256 tristate "Temperature sensor driver for NXP i.MX SoCs with System Controller" | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Generic thermal drivers configuration 4# 5 6menuconfig THERMAL 7 bool "Thermal drivers" 8 help --- 240 unchanged lines hidden (view full) --- 249 help 250 Support for Temperature Monitor (TEMPMON) found on Freescale i.MX SoCs. 251 It supports one critical trip point and one passive trip point. The 252 cpufreq is used as the cooling device to throttle CPUs when the 253 passive trip is crossed. 254 255config IMX_SC_THERMAL 256 tristate "Temperature sensor driver for NXP i.MX SoCs with System Controller" |
257 depends on IMX_SCU || COMPILE_TEST | 257 depends on IMX_SCU |
258 depends on OF 259 help 260 Support for Temperature Monitor (TEMPMON) found on NXP i.MX SoCs with 261 system controller inside, Linux kernel has to communicate with system 262 controller via MU (message unit) IPC to get temperature from thermal 263 sensor. It supports one critical trip point and one 264 passive trip point for each thermal sensor. 265 --- 227 unchanged lines hidden --- | 258 depends on OF 259 help 260 Support for Temperature Monitor (TEMPMON) found on NXP i.MX SoCs with 261 system controller inside, Linux kernel has to communicate with system 262 controller via MU (message unit) IPC to get temperature from thermal 263 sensor. It supports one critical trip point and one 264 passive trip point for each thermal sensor. 265 --- 227 unchanged lines hidden --- |