Like vfio-pci, there's also a base module here where vfio-amba depends on vfio-platform, when really it only needs vfio-platform-base. Create a sub-menu for platform drivers and a nested menu for reset drivers. Cleanup Makefile to make use of new CONFIG_VFIO_PLATFORM_BASE for building the shared modules and traversing reset modules. Reviewed-by: Cédric Le Goater <clg@redhat.com> Reviewed-by: Eric Auger <eric.auger@redhat.com> Link: https://lore.kernel.org/r/20230614193948.477036-3-alex.williamson@redhat.com Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
26 lines
751 B
Plaintext
26 lines
751 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
if VFIO_PLATFORM
|
|
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.
|
|
endif
|