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
config CONFIG_VFIO_PLATFORM_CALXEDAXGMAC_RESET
	tristate "VFIO support for calxeda xgmac reset"
	depends on CONFIG_VFIO_PLATFORM
	help
	  Enables the CONFIG_VFIO platform driver to handle reset for Calxeda xgmac

	  If you don't know what to do here, say N.

config CONFIG_VFIO_PLATFORM_AMDXGBE_RESET
	tristate "VFIO support for AMD XGBE reset"
	depends on CONFIG_VFIO_PLATFORM
	help
	  Enables the CONFIG_VFIO platform driver to handle reset for AMD XGBE

	  If you don't know what to do here, say N.

config CONFIG_VFIO_PLATFORM_BCMFLEXRM_RESET
	tristate "VFIO support for Broadcom FlexRM reset"
	depends on CONFIG_VFIO_PLATFORM && (CONFIG_ARCH_BCM_IPROC || CONFIG_COMPILE_TEST)
	default CONFIG_ARCH_BCM_IPROC
	help
	  Enables the CONFIG_VFIO platform driver to handle reset for Broadcom FlexRM

	  If you don't know what to do here, say N.