brintos

brintos / linux-shallow public Read only

0
0
Text · 762 B · 9492342 Raw
24 lines · plain
1# SPDX-License-Identifier: GPL-2.02#3# DPAA2 fsl-mc bus4#5# Copyright (C) 2014-2016 Freescale Semiconductor, Inc.6#7 8config FSL_MC_BUS9	bool "QorIQ DPAA2 fsl-mc bus driver"10	depends on OF && (ARCH_LAYERSCAPE || (COMPILE_TEST && (ARM || ARM64 || X86_LOCAL_APIC || PPC)))11	select GENERIC_MSI_IRQ12	help13	  Driver to enable the bus infrastructure for the QorIQ DPAA214	  architecture.  The fsl-mc bus driver handles discovery of15	  DPAA2 objects (which are represented as Linux devices) and16	  binding objects to drivers.17 18config FSL_MC_UAPI_SUPPORT19	bool "Management Complex (MC) userspace support"20	depends on FSL_MC_BUS21	help22	  Provides userspace support for interrogating, creating, destroying or23	  configuring DPAA2 objects exported by the Management Complex.24