26 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2if VFIO_PLATFORM3config VFIO_PLATFORM_CALXEDAXGMAC_RESET4 tristate "VFIO support for calxeda xgmac reset"5 help6 Enables the VFIO platform driver to handle reset for Calxeda xgmac7 8 If you don't know what to do here, say N.9 10config VFIO_PLATFORM_AMDXGBE_RESET11 tristate "VFIO support for AMD XGBE reset"12 help13 Enables the VFIO platform driver to handle reset for AMD XGBE14 15 If you don't know what to do here, say N.16 17config VFIO_PLATFORM_BCMFLEXRM_RESET18 tristate "VFIO support for Broadcom FlexRM reset"19 depends on ARCH_BCM_IPROC || COMPILE_TEST20 default ARCH_BCM_IPROC21 help22 Enables the VFIO platform driver to handle reset for Broadcom FlexRM23 24 If you don't know what to do here, say N.25endif26