summaryrefslogtreecommitdiff
path: root/drivers/vfio/mdev/Kconfig
blob: 258481d65ebdfd1e6ae0dc9df5001becafbbded0 (plain)
1
2
3
4
5
6
7
8
9
config VFIO_MDEV
	tristate "Mediated device driver framework"
	depends on VFIO
	default n
	help
	  Provides a framework to virtualize devices.

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