1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only 253161532SAntonios Motakisconfig VFIO_PLATFORM 353161532SAntonios Motakis tristate "VFIO support for platform devices" 4e6bcd47fSEric Auger depends on VFIO && EVENTFD && (ARM || ARM64) 571be3423SAlex Williamson select VFIO_VIRQFD 653161532SAntonios Motakis help 753161532SAntonios Motakis Support for platform devices with VFIO. This is required to make 853161532SAntonios Motakis use of platform devices present on the system using the VFIO 953161532SAntonios Motakis framework. 1053161532SAntonios Motakis 1153161532SAntonios Motakis If you don't know what to do here, say N. 12b13329adSAntonios Motakis 13b13329adSAntonios Motakisconfig VFIO_AMBA 14b13329adSAntonios Motakis tristate "VFIO support for AMBA devices" 15b13329adSAntonios Motakis depends on VFIO_PLATFORM && ARM_AMBA 16b13329adSAntonios Motakis help 17b13329adSAntonios Motakis Support for ARM AMBA devices with VFIO. This is required to make 18b13329adSAntonios Motakis use of ARM AMBA devices present on the system using the VFIO 19b13329adSAntonios Motakis framework. 20b13329adSAntonios Motakis 21b13329adSAntonios Motakis If you don't know what to do here, say N. 22713cc334SEric Auger 23713cc334SEric Augersource "drivers/vfio/platform/reset/Kconfig" 24