162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 262306a36Sopenharmony_ci# 362306a36Sopenharmony_ci# DPAA2 fsl-mc bus 462306a36Sopenharmony_ci# 562306a36Sopenharmony_ci# Copyright (C) 2014-2016 Freescale Semiconductor, Inc. 662306a36Sopenharmony_ci# 762306a36Sopenharmony_ci 862306a36Sopenharmony_ciconfig FSL_MC_BUS 962306a36Sopenharmony_ci bool "QorIQ DPAA2 fsl-mc bus driver" 1062306a36Sopenharmony_ci depends on OF && (ARCH_LAYERSCAPE || (COMPILE_TEST && (ARM || ARM64 || X86_LOCAL_APIC || PPC))) 1162306a36Sopenharmony_ci select GENERIC_MSI_IRQ 1262306a36Sopenharmony_ci help 1362306a36Sopenharmony_ci Driver to enable the bus infrastructure for the QorIQ DPAA2 1462306a36Sopenharmony_ci architecture. The fsl-mc bus driver handles discovery of 1562306a36Sopenharmony_ci DPAA2 objects (which are represented as Linux devices) and 1662306a36Sopenharmony_ci binding objects to drivers. 1762306a36Sopenharmony_ci 1862306a36Sopenharmony_ciconfig FSL_MC_UAPI_SUPPORT 1962306a36Sopenharmony_ci bool "Management Complex (MC) userspace support" 2062306a36Sopenharmony_ci depends on FSL_MC_BUS 2162306a36Sopenharmony_ci help 2262306a36Sopenharmony_ci Provides userspace support for interrogating, creating, destroying or 2362306a36Sopenharmony_ci configuring DPAA2 objects exported by the Management Complex. 24