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 9config FSL_MC_BUS 10 bool "Freescale Management Complex (MC) bus driver" 11 depends on OF && ARM64 12 select GENERIC_MSI_IRQ_DOMAIN 13 help 14 Driver to enable the bus infrastructure for the Freescale 15 QorIQ Management Complex (fsl-mc). The fsl-mc is a hardware 16 module of the QorIQ LS2 SoCs, that does resource management 17 for hardware building-blocks in the SoC that can be used 18 to dynamically create networking hardware objects such as 19 network interfaces (NICs), crypto accelerator instances, 20 or L2 switches. 21 22 Only enable this option when building the kernel for 23 Freescale QorQIQ LS2xxxx SoCs. 24 25 26