]> Git Repo - J-linux.git/blob - drivers/vfio/platform/reset/Kconfig
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / drivers / vfio / platform / reset / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 if VFIO_PLATFORM
3 config VFIO_PLATFORM_CALXEDAXGMAC_RESET
4         tristate "VFIO support for calxeda xgmac reset"
5         help
6           Enables the VFIO platform driver to handle reset for Calxeda xgmac
7
8           If you don't know what to do here, say N.
9
10 config VFIO_PLATFORM_AMDXGBE_RESET
11         tristate "VFIO support for AMD XGBE reset"
12         help
13           Enables the VFIO platform driver to handle reset for AMD XGBE
14
15           If you don't know what to do here, say N.
16
17 config VFIO_PLATFORM_BCMFLEXRM_RESET
18         tristate "VFIO support for Broadcom FlexRM reset"
19         depends on ARCH_BCM_IPROC || COMPILE_TEST
20         default ARCH_BCM_IPROC
21         help
22           Enables the VFIO platform driver to handle reset for Broadcom FlexRM
23
24           If you don't know what to do here, say N.
25 endif
This page took 0.032867 seconds and 4 git commands to generate.