Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-block.git] / drivers / bus / fsl-mc / Kconfig
CommitLineData
6bd067c4
BP
1# SPDX-License-Identifier: GPL-2.0
2#
3# DPAA2 fsl-mc bus
4#
5# Copyright (C) 2014-2016 Freescale Semiconductor, Inc.
6#
7
8config FSL_MC_BUS
9 bool "QorIQ DPAA2 fsl-mc bus driver"
02a0e77b 10 depends on OF && (ARCH_LAYERSCAPE || (COMPILE_TEST && (ARM || ARM64 || X86_LOCAL_APIC || PPC)))
6bd067c4
BP
11 select GENERIC_MSI_IRQ_DOMAIN
12 help
13 Driver to enable the bus infrastructure for the QorIQ DPAA2
14 architecture. The fsl-mc bus driver handles discovery of
15 DPAA2 objects (which are represented as Linux devices) and
16 binding objects to drivers.