xref: /OK3568_Linux_fs/kernel/drivers/vfio/platform/reset/Kconfig (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun# SPDX-License-Identifier: GPL-2.0-only
2*4882a593Smuzhiyunconfig VFIO_PLATFORM_CALXEDAXGMAC_RESET
3*4882a593Smuzhiyun	tristate "VFIO support for calxeda xgmac reset"
4*4882a593Smuzhiyun	depends on VFIO_PLATFORM
5*4882a593Smuzhiyun	help
6*4882a593Smuzhiyun	  Enables the VFIO platform driver to handle reset for Calxeda xgmac
7*4882a593Smuzhiyun
8*4882a593Smuzhiyun	  If you don't know what to do here, say N.
9*4882a593Smuzhiyun
10*4882a593Smuzhiyunconfig VFIO_PLATFORM_AMDXGBE_RESET
11*4882a593Smuzhiyun	tristate "VFIO support for AMD XGBE reset"
12*4882a593Smuzhiyun	depends on VFIO_PLATFORM
13*4882a593Smuzhiyun	help
14*4882a593Smuzhiyun	  Enables the VFIO platform driver to handle reset for AMD XGBE
15*4882a593Smuzhiyun
16*4882a593Smuzhiyun	  If you don't know what to do here, say N.
17*4882a593Smuzhiyun
18*4882a593Smuzhiyunconfig VFIO_PLATFORM_BCMFLEXRM_RESET
19*4882a593Smuzhiyun	tristate "VFIO support for Broadcom FlexRM reset"
20*4882a593Smuzhiyun	depends on VFIO_PLATFORM && (ARCH_BCM_IPROC || COMPILE_TEST)
21*4882a593Smuzhiyun	default ARCH_BCM_IPROC
22*4882a593Smuzhiyun	help
23*4882a593Smuzhiyun	  Enables the VFIO platform driver to handle reset for Broadcom FlexRM
24*4882a593Smuzhiyun
25*4882a593Smuzhiyun	  If you don't know what to do here, say N.
26