Kconfig 740 B

123456789101112131415161718192021222324
  1. #
  2. # Freescale Management Complex (MC) bus drivers
  3. #
  4. # Copyright (C) 2014 Freescale Semiconductor, Inc.
  5. #
  6. # This file is released under the GPLv2
  7. #
  8. config FSL_MC_BUS
  9. tristate "Freescale Management Complex (MC) bus driver"
  10. depends on OF && ARM64
  11. help
  12. Driver to enable the bus infrastructure for the Freescale
  13. QorIQ Management Complex (fsl-mc). The fsl-mc is a hardware
  14. module of the QorIQ LS2 SoCs, that does resource management
  15. for hardware building-blocks in the SoC that can be used
  16. to dynamically create networking hardware objects such as
  17. network interfaces (NICs), crypto accelerator instances,
  18. or L2 switches.
  19. Only enable this option when building the kernel for
  20. Freescale QorQIQ LS2xxxx SoCs.