cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

Kconfig (986B)


      1# SPDX-License-Identifier: GPL-2.0-only
      2menu "NVIDIA Tegra thermal drivers"
      3depends on ARCH_TEGRA || COMPILE_TEST
      4
      5config TEGRA_SOCTHERM
      6	tristate "Tegra SOCTHERM thermal management"
      7	help
      8	  Enable this option for integrated thermal management support on NVIDIA
      9	  Tegra systems-on-chip. The driver supports four thermal zones
     10	  (CPU, GPU, MEM, PLLX). Cooling devices can be bound to the thermal
     11	  zones to manage temperatures. This option is also required for the
     12	  emergency thermal reset (thermtrip) feature to function.
     13
     14config TEGRA_BPMP_THERMAL
     15	tristate "Tegra BPMP thermal sensing"
     16	depends on TEGRA_BPMP || COMPILE_TEST
     17	help
     18	  Enable this option for support for sensing system temperature of NVIDIA
     19	  Tegra systems-on-chip with the BPMP coprocessor (Tegra186).
     20
     21config TEGRA30_TSENSOR
     22	tristate "Tegra30 Thermal Sensor"
     23	depends on ARCH_TEGRA_3x_SOC || COMPILE_TEST
     24	help
     25	  Enable this option to support thermal management of NVIDIA Tegra30
     26	  system-on-chip.
     27
     28endmenu