1 # SPDX-License-Identifier: GPL-2.0-only
3 tristate "VFIO support for platform devices"
4 depends on VFIO && EVENTFD && (ARM || ARM64)
7 Support for platform devices with VFIO. This is required to make
8 use of platform devices present on the system using the VFIO
11 If you don't know what to do here, say N.
14 tristate "VFIO support for AMBA devices"
15 depends on VFIO_PLATFORM && ARM_AMBA
17 Support for ARM AMBA devices with VFIO. This is required to make
18 use of ARM AMBA devices present on the system using the VFIO
21 If you don't know what to do here, say N.
23 source "drivers/vfio/platform/reset/Kconfig"