Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 menu "NVIDIA Tegra thermal drivers"
0003 depends on ARCH_TEGRA || COMPILE_TEST
0004 
0005 config TEGRA_SOCTHERM
0006         tristate "Tegra SOCTHERM thermal management"
0007         help
0008           Enable this option for integrated thermal management support on NVIDIA
0009           Tegra systems-on-chip. The driver supports four thermal zones
0010           (CPU, GPU, MEM, PLLX). Cooling devices can be bound to the thermal
0011           zones to manage temperatures. This option is also required for the
0012           emergency thermal reset (thermtrip) feature to function.
0013 
0014 config TEGRA_BPMP_THERMAL
0015         tristate "Tegra BPMP thermal sensing"
0016         depends on TEGRA_BPMP || COMPILE_TEST
0017         help
0018           Enable this option for support for sensing system temperature of NVIDIA
0019           Tegra systems-on-chip with the BPMP coprocessor (Tegra186).
0020 
0021 config TEGRA30_TSENSOR
0022         tristate "Tegra30 Thermal Sensor"
0023         depends on ARCH_TEGRA_3x_SOC || COMPILE_TEST
0024         help
0025           Enable this option to support thermal management of NVIDIA Tegra30
0026           system-on-chip.
0027 
0028 endmenu