mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-10 14:43:54 +08:00
85c94dcffc
This results in less kconfig wordage and a simpler understanding of the required "depends on" to create the menu structure. The next patch increases the nesting level a lot so this is a nice preparatory simplification. Signed-off-by: Jason Gunthorpe <jgg@nvidia.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Yishai Hadas <yishaih@nvidia.com> Link: https://lore.kernel.org/r/20210826103912.128972-13-yishaih@nvidia.com Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
24 lines
728 B
Plaintext
24 lines
728 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
config VFIO_PLATFORM_CALXEDAXGMAC_RESET
|
|
tristate "VFIO support for calxeda xgmac reset"
|
|
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"
|
|
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 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.
|