brintos

brintos / linux-shallow public Read only

0
0
Text · 986 B · cfa41d8 Raw
29 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2menu "NVIDIA Tegra thermal drivers"3depends on ARCH_TEGRA || COMPILE_TEST4 5config TEGRA_SOCTHERM6	tristate "Tegra SOCTHERM thermal management"7	help8	  Enable this option for integrated thermal management support on NVIDIA9	  Tegra systems-on-chip. The driver supports four thermal zones10	  (CPU, GPU, MEM, PLLX). Cooling devices can be bound to the thermal11	  zones to manage temperatures. This option is also required for the12	  emergency thermal reset (thermtrip) feature to function.13 14config TEGRA_BPMP_THERMAL15	tristate "Tegra BPMP thermal sensing"16	depends on TEGRA_BPMP || COMPILE_TEST17	help18	  Enable this option for support for sensing system temperature of NVIDIA19	  Tegra systems-on-chip with the BPMP coprocessor (Tegra186).20 21config TEGRA30_TSENSOR22	tristate "Tegra30 Thermal Sensor"23	depends on ARCH_TEGRA_3x_SOC || COMPILE_TEST24	help25	  Enable this option to support thermal management of NVIDIA Tegra3026	  system-on-chip.27 28endmenu29