Kconfig 524 B

12345678910111213141516
  1. # SPDX-License-Identifier: GPL-2.0
  2. #
  3. # DPAA2 fsl-mc bus
  4. #
  5. # Copyright (C) 2014-2016 Freescale Semiconductor, Inc.
  6. #
  7. config FSL_MC_BUS
  8. bool "QorIQ DPAA2 fsl-mc bus driver"
  9. depends on OF && (ARCH_LAYERSCAPE || (COMPILE_TEST && (ARM || ARM64 || X86_LOCAL_APIC || PPC)))
  10. select GENERIC_MSI_IRQ_DOMAIN
  11. help
  12. Driver to enable the bus infrastructure for the QorIQ DPAA2
  13. architecture. The fsl-mc bus driver handles discovery of
  14. DPAA2 objects (which are represented as Linux devices) and
  15. binding objects to drivers.