Directory Files
.. 32
File Size
Kconfig 762 B
Makefile 498 B
dpbp.c 4.8 kB
dpcon.c 5.8 kB
dpmcp.c 2.7 kB
dprc-driver.c 22 kB
dprc.c 21 kB
fsl-mc-allocator.c 16 kB
fsl-mc-bus.c 33 kB
fsl-mc-msi.c 6.0 kB
fsl-mc-private.h 17 kB
fsl-mc-uapi.c 13 kB
mc-io.c 7.0 kB
mc-sys.c 8.6 kB
obj-api.c 2.3 kB

Linux v6.6.1 - fsl-mc

# SPDX-License-Identifier: GPL-2.0
#
# DPAA2 fsl-mc bus
#
# Copyright (C) 2014-2016 Freescale Semiconductor, Inc.
#

config FSL_MC_BUS
	bool "QorIQ DPAA2 fsl-mc bus driver"
	depends on OF && (ARCH_LAYERSCAPE || (COMPILE_TEST && (ARM || ARM64 || X86_LOCAL_APIC || PPC)))
	select GENERIC_MSI_IRQ
	help
	  Driver to enable the bus infrastructure for the QorIQ DPAA2
	  architecture.  The fsl-mc bus driver handles discovery of
	  DPAA2 objects (which are represented as Linux devices) and
	  binding objects to drivers.

config FSL_MC_UAPI_SUPPORT
	bool "Management Complex (MC) userspace support"
	depends on FSL_MC_BUS
	help
	  Provides userspace support for interrogating, creating, destroying or
	  configuring DPAA2 objects exported by the Management Complex.