Kconfig 396 B

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