Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 #
0003 # DPAA2 fsl-mc bus
0004 #
0005 # Copyright (C) 2014-2016 Freescale Semiconductor, Inc.
0006 #
0007 
0008 config FSL_MC_BUS
0009         bool "QorIQ DPAA2 fsl-mc bus driver"
0010         depends on OF && (ARCH_LAYERSCAPE || (COMPILE_TEST && (ARM || ARM64 || X86_LOCAL_APIC || PPC)))
0011         select GENERIC_MSI_IRQ_DOMAIN
0012         help
0013           Driver to enable the bus infrastructure for the QorIQ DPAA2
0014           architecture.  The fsl-mc bus driver handles discovery of
0015           DPAA2 objects (which are represented as Linux devices) and
0016           binding objects to drivers.
0017 
0018 config FSL_MC_UAPI_SUPPORT
0019         bool "Management Complex (MC) userspace support"
0020         depends on FSL_MC_BUS
0021         help
0022           Provides userspace support for interrogating, creating, destroying or
0023           configuring DPAA2 objects exported by the Management Complex.