xref: /openbmc/linux/drivers/vfio/platform/Kconfig (revision 85c94dcf)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
253161532SAntonios Motakisconfig VFIO_PLATFORM
353161532SAntonios Motakis	tristate "VFIO support for platform devices"
4*85c94dcfSJason Gunthorpe	depends on ARM || ARM64 || COMPILE_TEST
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
13*85c94dcfSJason Gunthorpeif VFIO_PLATFORM
14b13329adSAntonios Motakisconfig VFIO_AMBA
15b13329adSAntonios Motakis	tristate "VFIO support for AMBA devices"
16*85c94dcfSJason Gunthorpe	depends on ARM_AMBA || COMPILE_TEST
17b13329adSAntonios Motakis	help
18b13329adSAntonios Motakis	  Support for ARM AMBA devices with VFIO. This is required to make
19b13329adSAntonios Motakis	  use of ARM AMBA devices present on the system using the VFIO
20b13329adSAntonios Motakis	  framework.
21b13329adSAntonios Motakis
22b13329adSAntonios Motakis	  If you don't know what to do here, say N.
23713cc334SEric Auger
24713cc334SEric Augersource "drivers/vfio/platform/reset/Kconfig"
25*85c94dcfSJason Gunthorpeendif
26