Orange Pi5 kernel

Deprecated Linux kernel 5.10.110 for OrangePi 5/5B/5+ boards

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