Kconfig 728 B

1234567891011121314151617181920212223
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config VFIO_PLATFORM_CALXEDAXGMAC_RESET
  3. tristate "VFIO support for calxeda xgmac reset"
  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. help
  10. Enables the VFIO platform driver to handle reset for AMD XGBE
  11. If you don't know what to do here, say N.
  12. config VFIO_PLATFORM_BCMFLEXRM_RESET
  13. tristate "VFIO support for Broadcom FlexRM reset"
  14. depends on ARCH_BCM_IPROC || COMPILE_TEST
  15. default ARCH_BCM_IPROC
  16. help
  17. Enables the VFIO platform driver to handle reset for Broadcom FlexRM
  18. If you don't know what to do here, say N.