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
	tristate "VFIO support for platform devices"
	depends on CONFIG_VFIO && CONFIG_EVENTFD && (CONFIG_ARM || CONFIG_ARM64)
	select CONFIG_VFIO_VIRQFD
	help
	  Support for platform devices with CONFIG_VFIO. This is required to make
	  use of platform devices present on the system using the CONFIG_VFIO
	  framework.

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

config CONFIG_VFIO_AMBA
	tristate "VFIO support for AMBA devices"
	depends on CONFIG_VFIO_PLATFORM && CONFIG_ARM_AMBA
	help
	  Support for CONFIG_ARM AMBA devices with CONFIG_VFIO. This is required to make
	  use of CONFIG_ARM AMBA devices present on the system using the CONFIG_VFIO
	  framework.

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

source "drivers/vfio/platform/reset/Kconfig"