xref: /linux/drivers/vfio/fsl-mc/Kconfig (revision c6174c0e058fc0a54e0b9787c44cb24b0a8d0217)
1config VFIO_FSL_MC
2	tristate "VFIO support for QorIQ DPAA2 fsl-mc bus devices"
3	depends on VFIO && FSL_MC_BUS && EVENTFD
4	help
5	  Driver to enable support for the VFIO QorIQ DPAA2 fsl-mc
6	  (Management Complex) devices. This is required to passthrough
7	  fsl-mc bus devices using the VFIO framework.
8
9	  If you don't know what to do here, say N.
10