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) config SPRD_COMMON_CLK
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) 	tristate "Clock support for Spreadtrum SoCs"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) 	depends on ARCH_SPRD || COMPILE_TEST
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) 	default ARCH_SPRD
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) 	select REGMAP_MMIO
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) if SPRD_COMMON_CLK
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) # SoC Drivers
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) config SPRD_SC9860_CLK
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) 	tristate "Support for the Spreadtrum SC9860 clocks"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) 	depends on (ARM64 && ARCH_SPRD) || COMPILE_TEST
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) 	default ARM64 && ARCH_SPRD
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) config SPRD_SC9863A_CLK
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) 	tristate "Support for the Spreadtrum SC9863A clocks"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) 	depends on (ARM64 && ARCH_SPRD) || COMPILE_TEST
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) 	default ARM64 && ARCH_SPRD
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) 	  Support for the global clock controller on sc9863a devices.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) 	  Say Y if you want to use peripheral devices on sc9863a SoC.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) endif