Kconfig (9938b04472d5c59f8bd8152a548533a8599596a2) | Kconfig (e25883411e80f314f0f76c8eeacd1b47d7e4805b) |
---|---|
1config 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 7 If you don't know what to do here, say N. 8 9config VFIO_PLATFORM_AMDXGBE_RESET 10 tristate "VFIO support for AMD XGBE reset" 11 depends on VFIO_PLATFORM 12 help 13 Enables the VFIO platform driver to handle reset for AMD XGBE 14 15 If you don't know what to do here, say N. | 1config 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 7 If you don't know what to do here, say N. 8 9config VFIO_PLATFORM_AMDXGBE_RESET 10 tristate "VFIO support for AMD XGBE reset" 11 depends on VFIO_PLATFORM 12 help 13 Enables the VFIO platform driver to handle reset for AMD XGBE 14 15 If you don't know what to do here, say N. |
16 17config VFIO_PLATFORM_BCMFLEXRM_RESET 18 tristate "VFIO support for Broadcom FlexRM reset" 19 depends on VFIO_PLATFORM && (ARCH_BCM_IPROC || COMPILE_TEST) 20 default ARCH_BCM_IPROC 21 help 22 Enables the VFIO platform driver to handle reset for Broadcom FlexRM 23 24 If you don't know what to do here, say N. |
|