Kconfig 759 B

123456789101112131415161718192021222324
  1. config VFIO_PLATFORM_CALXEDAXGMAC_RESET
  2. tristate "VFIO support for calxeda xgmac reset"
  3. depends on VFIO_PLATFORM
  4. help
  5. Enables the VFIO platform driver to handle reset for Calxeda xgmac
  6. If you don't know what to do here, say N.
  7. config VFIO_PLATFORM_AMDXGBE_RESET
  8. tristate "VFIO support for AMD XGBE reset"
  9. depends on VFIO_PLATFORM
  10. help
  11. Enables the VFIO platform driver to handle reset for AMD XGBE
  12. If you don't know what to do here, say N.
  13. config VFIO_PLATFORM_BCMFLEXRM_RESET
  14. tristate "VFIO support for Broadcom FlexRM reset"
  15. depends on VFIO_PLATFORM && (ARCH_BCM_IPROC || COMPILE_TEST)
  16. default ARCH_BCM_IPROC
  17. help
  18. Enables the VFIO platform driver to handle reset for Broadcom FlexRM
  19. If you don't know what to do here, say N.