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