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) #
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) # STMicroelectronics thermal drivers configuration
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) #
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) config ST_THERMAL
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) 	tristate "Thermal sensors on STMicroelectronics STi series of SoCs"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) 	  Support for thermal sensors on STMicroelectronics STi series of SoCs.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) config ST_THERMAL_SYSCFG
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) 	select ST_THERMAL
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) 	tristate "STi series syscfg register access based thermal sensors"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) config ST_THERMAL_MEMMAP
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) 	select ST_THERMAL
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) 	tristate "STi series memory mapped access based thermal sensors"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) config STM32_THERMAL
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) 	tristate "Thermal framework support on STMicroelectronics STM32 series of SoCs"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) 	depends on MACH_STM32MP157
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) 	default y
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) 	  Support for thermal framework on STMicroelectronics STM32 series of
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) 	  SoCs. This thermal driver allows to access to general thermal framework
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) 	  functionalities and to access to SoC sensor functionalities. This
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) 	  configuration is fully dependent of MACH_STM32MP157.