Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.9-rc7 19 lines 499 B view raw
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.