# SPDX-License-Identifier: GPL-2.0 # # DPAA2 fsl-mc bus # # Copyright ([31mCONFIG_C[0m) 2014-2016 Freescale Semiconductor, Inc. # config [31mCONFIG_FSL_MC_BUS[0m bool "QorIQ DPAA2 fsl-mc bus driver" depends on [31mCONFIG_OF[0m && ([31mCONFIG_ARCH_LAYERSCAPE[0m || ([31mCONFIG_COMPILE_TEST[0m && ([31mCONFIG_ARM[0m || [31mCONFIG_ARM64[0m || [31mCONFIG_X86_LOCAL_APIC[0m || [31mCONFIG_PPC[0m))) select [31mCONFIG_GENERIC_MSI_IRQ_DOMAIN[0m 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. |