Kconfig 751 B

12345678910111213141516171819202122232425
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. if VFIO_PLATFORM
  3. config VFIO_PLATFORM_CALXEDAXGMAC_RESET
  4. tristate "VFIO support for calxeda xgmac reset"
  5. help
  6. Enables the VFIO platform driver to handle reset for Calxeda xgmac
  7. If you don't know what to do here, say N.
  8. config VFIO_PLATFORM_AMDXGBE_RESET
  9. tristate "VFIO support for AMD XGBE reset"
  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 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.
  20. endif