# SPDX-License-Identifier: GPL-2.0-only

config VFIO_MDEV
	tristate "Mediated device driver framework"
	depends on VFIO
	default n
	help
	  Provides a framework to virtualize devices.
	  See Documentation/driver-api/vfio-mediated-device.rst for more details.

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

config VFIO_MDEV_IDXD
	tristate "VFIO Mediated device driver for Intel IDXD"
	depends on VFIO && VFIO_MDEV && X86_64
	select AUXILIARY_BUS
	select IMS_MSI_ARRAY
	default n
	help
	  VFIO based mediated device driver for Intel Accelerator Devices driver.
