1# SPDX-License-Identifier: GPL-2.0 2# 3# Freescale DataPath Acceleration Architecture Gen2 (DPAA2) drivers 4# 5 6config FSL_DPAA2 7 bool "Freescale DPAA2 devices" 8 depends on FSL_MC_BUS 9 help 10 Build drivers for Freescale DataPath Acceleration 11 Architecture (DPAA2) family of SoCs. 12 13config FSL_DPAA2_ETHSW 14 tristate "Freescale DPAA2 Ethernet Switch" 15 depends on FSL_DPAA2 16 depends on NET_SWITCHDEV 17 help 18 Driver for Freescale DPAA2 Ethernet Switch. Select 19 BRIDGE to have support for bridge tools. 20