Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# SPDX-License-Identifier: GPL-2.0
#
# Freescale DataPath Acceleration Architecture Gen2 (DPAA2) drivers
#

config CONFIG_FSL_DPAA2
	bool "Freescale DPAA2 devices"
	depends on CONFIG_FSL_MC_BUS
	help
	  Build drivers for Freescale DataPath Acceleration
	  Architecture (DPAA2) family of SoCs.

config CONFIG_FSL_DPAA2_ETHSW
	tristate "Freescale DPAA2 Ethernet Switch"
	depends on CONFIG_FSL_DPAA2
	depends on CONFIG_NET_SWITCHDEV
	help
	  Driver for Freescale DPAA2 Ethernet Switch. Select
	  CONFIG_BRIDGE to have support for bridge tools.