mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-14 14:34:28 +08:00
e25883411e
This patch adds Broadcom FlexRM low-level reset for VFIO platform. It will do the following: 1. Disable/Deactivate each FlexRM ring 2. Flush each FlexRM ring The cleanup sequence for FlexRM rings is adapted from Broadcom FlexRM mailbox driver. Signed-off-by: Anup Patel <anup.patel@broadcom.com> Reviewed-by: Oza Oza <oza.oza@broadcom.com> Reviewed-by: Scott Branden <scott.branden@broadcom.com> Reviewed-by: Eric Auger <eric.auger@redhat.com> Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
25 lines
759 B
Plaintext
25 lines
759 B
Plaintext
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.
|