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