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) #
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) # DPAA2 fsl-mc bus
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) #
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) # Copyright (C) 2014-2016 Freescale Semiconductor, Inc.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) #
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) config FSL_MC_BUS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) 	bool "QorIQ DPAA2 fsl-mc bus driver"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) 	depends on OF && (ARCH_LAYERSCAPE || (COMPILE_TEST && (ARM || ARM64 || X86_LOCAL_APIC || PPC)))
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) 	select GENERIC_MSI_IRQ_DOMAIN
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) 	  Driver to enable the bus infrastructure for the QorIQ DPAA2
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) 	  architecture.  The fsl-mc bus driver handles discovery of
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) 	  DPAA2 objects (which are represented as Linux devices) and
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) 	  binding objects to drivers.