Kconfig 986 B

12345678910111213141516171819202122232425262728
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. menu "NVIDIA Tegra thermal drivers"
  3. depends on ARCH_TEGRA || COMPILE_TEST
  4. config TEGRA_SOCTHERM
  5. tristate "Tegra SOCTHERM thermal management"
  6. help
  7. Enable this option for integrated thermal management support on NVIDIA
  8. Tegra systems-on-chip. The driver supports four thermal zones
  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. config TEGRA_BPMP_THERMAL
  13. tristate "Tegra BPMP thermal sensing"
  14. depends on TEGRA_BPMP || COMPILE_TEST
  15. help
  16. Enable this option for support for sensing system temperature of NVIDIA
  17. Tegra systems-on-chip with the BPMP coprocessor (Tegra186).
  18. config TEGRA30_TSENSOR
  19. tristate "Tegra30 Thermal Sensor"
  20. depends on ARCH_TEGRA_3x_SOC || COMPILE_TEST
  21. help
  22. Enable this option to support thermal management of NVIDIA Tegra30
  23. system-on-chip.
  24. endmenu