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
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  2) config ARCH_VT8500
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) 	bool
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) 	select GPIOLIB
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) 	select VT8500_TIMER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) 	select PINCTRL
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) 	  Support for VIA/WonderMedia VT8500/WM85xx System-on-Chip.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) config ARCH_WM8505
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) 	bool "VIA/Wondermedia 85xx and WM8650"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12)  	depends on ARCH_MULTI_V5
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13)  	select ARCH_VT8500
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14)  	select CPU_ARM926T
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) config ARCH_WM8750
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) 	bool "WonderMedia WM8750"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) 	depends on ARCH_MULTI_V6
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) 	select ARCH_VT8500
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) 	  Support for WonderMedia WM8750 System-on-Chip.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) config ARCH_WM8850
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) 	bool "WonderMedia WM8850"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) 	depends on ARCH_MULTI_V7
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) 	select ARCH_VT8500
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28) 	  Support for WonderMedia WM8850 System-on-Chip.