xref: /linux/drivers/vfio/platform/reset/Kconfig (revision e790a4ce529041bb21ec0b69a38c1b92f29df2cf)
1# SPDX-License-Identifier: GPL-2.0-only
2config 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
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	help
12	  Enables the VFIO platform driver to handle reset for AMD XGBE
13
14	  If you don't know what to do here, say N.
15
16config VFIO_PLATFORM_BCMFLEXRM_RESET
17	tristate "VFIO support for Broadcom FlexRM reset"
18	depends on ARCH_BCM_IPROC || COMPILE_TEST
19	default ARCH_BCM_IPROC
20	help
21	  Enables the VFIO platform driver to handle reset for Broadcom FlexRM
22
23	  If you don't know what to do here, say N.
24