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-only
#
# Marvell OcteonTX2 drivers configuration
#

config CONFIG_OCTEONTX2_MBOX
	tristate

config CONFIG_OCTEONTX2_AF
	tristate "Marvell OcteonTX2 RVU Admin Function driver"
	select CONFIG_OCTEONTX2_MBOX
	depends on (CONFIG_64BIT && CONFIG_COMPILE_TEST) || CONFIG_ARM64
	depends on CONFIG_PCI
	help
	  This driver supports Marvell's OcteonTX2 Resource Virtualization
	  Unit's admin function manager which manages all RVU HW resources
	  and provides a medium to other PF/VFs to configure HW. Should be
	  enabled for other RVU device drivers to work.