1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only 2*8bee6f00SAlex Williamsonmenu "VFIO support for platform devices" 385c94dcfSJason Gunthorpe depends on ARM || ARM64 || COMPILE_TEST 4*8bee6f00SAlex Williamson 5*8bee6f00SAlex Williamsonconfig VFIO_PLATFORM_BASE 6*8bee6f00SAlex Williamson tristate 771be3423SAlex Williamson select VFIO_VIRQFD 8*8bee6f00SAlex Williamson 9*8bee6f00SAlex Williamsonconfig VFIO_PLATFORM 10*8bee6f00SAlex Williamson tristate "Generic VFIO support for any platform device" 11*8bee6f00SAlex Williamson select VFIO_PLATFORM_BASE 1253161532SAntonios Motakis help 1353161532SAntonios Motakis Support for platform devices with VFIO. This is required to make 1453161532SAntonios Motakis use of platform devices present on the system using the VFIO 1553161532SAntonios Motakis framework. 1653161532SAntonios Motakis 1753161532SAntonios Motakis If you don't know what to do here, say N. 18b13329adSAntonios Motakis 19b13329adSAntonios Motakisconfig VFIO_AMBA 20b13329adSAntonios Motakis tristate "VFIO support for AMBA devices" 2185c94dcfSJason Gunthorpe depends on ARM_AMBA || COMPILE_TEST 22*8bee6f00SAlex Williamson select VFIO_PLATFORM_BASE 23b13329adSAntonios Motakis help 24b13329adSAntonios Motakis Support for ARM AMBA devices with VFIO. This is required to make 25b13329adSAntonios Motakis use of ARM AMBA devices present on the system using the VFIO 26b13329adSAntonios Motakis framework. 27b13329adSAntonios Motakis 28b13329adSAntonios Motakis If you don't know what to do here, say N. 29713cc334SEric Auger 30*8bee6f00SAlex Williamsonmenu "VFIO platform reset drivers" 31*8bee6f00SAlex Williamson depends on VFIO_PLATFORM_BASE 32*8bee6f00SAlex Williamson 33713cc334SEric Augersource "drivers/vfio/platform/reset/Kconfig" 34*8bee6f00SAlex Williamsonendmenu 35*8bee6f00SAlex Williamsonendmenu 36