]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - drivers/thermal/tegra/Kconfig
Merge tag 'powerpc-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc...
[mirror_ubuntu-hirsute-kernel.git] / drivers / thermal / tegra / Kconfig
CommitLineData
a4dff94f
WN
1menu "NVIDIA Tegra thermal drivers"
2depends on ARCH_TEGRA
3
4config TEGRA_SOCTHERM
5 tristate "Tegra SOCTHERM thermal management"
6 help
7 Enable this option for integrated thermal management support on NVIDIA
65b6d57c 8 Tegra systems-on-chip. The driver supports four thermal zones
a4dff94f
WN
9 (CPU, GPU, MEM, PLLX). Cooling devices can be bound to the thermal
10 zones to manage temperatures. This option is also required for the
11 emergency thermal reset (thermtrip) feature to function.
12
7afebede
MP
13config TEGRA_BPMP_THERMAL
14 tristate "Tegra BPMP thermal sensing"
15 depends on TEGRA_BPMP || COMPILE_TEST
16 help
0f54aa5c
EWI
17 Enable this option for support for sensing system temperature of NVIDIA
18 Tegra systems-on-chip with the BPMP coprocessor (Tegra186).
7afebede 19
a4dff94f 20endmenu