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.1-rc3 18 lines 472 B view raw
1# 2# Freescale DataPath Acceleration Architecture Gen2 (DPAA2) drivers 3# 4 5config FSL_DPAA2 6 bool "Freescale DPAA2 devices" 7 depends on FSL_MC_BUS 8 ---help--- 9 Build drivers for Freescale DataPath Acceleration 10 Architecture (DPAA2) family of SoCs. 11 12config FSL_DPAA2_ETHSW 13 tristate "Freescale DPAA2 Ethernet Switch" 14 depends on FSL_DPAA2 15 depends on NET_SWITCHDEV 16 ---help--- 17 Driver for Freescale DPAA2 Ethernet Switch. Select 18 BRIDGE to have support for bridge tools.