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 IMX_IPUV3_CORE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) 	tristate "IPUv3 core support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) 	depends on SOC_IMX5 || SOC_IMX6Q || ARCH_MULTIPLATFORM || COMPILE_TEST
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) 	depends on DRM || !DRM # if DRM=m, this can't be 'y'
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) 	select BITREVERSE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) 	select GENERIC_ALLOCATOR if DRM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) 	select GENERIC_IRQ_CHIP
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) 	  Choose this if you have a i.MX5/6 system and want to use the Image
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) 	  Processing Unit. This option only enables IPU base support.