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