repo: https://github.com/T-head-Semi/linux commit: b1313fe517ca3703119dcc99ef3bbf75ab42bcfb Change-Id: I6cbb35294024ea3a66140e311f4bb705fd7fd626
26 lines
799 B
Plaintext
26 lines
799 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
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.
|