xref: /openbmc/linux/drivers/vfio/platform/Kconfig (revision b13329ad)
153161532SAntonios Motakisconfig VFIO_PLATFORM
253161532SAntonios Motakis	tristate "VFIO support for platform devices"
353161532SAntonios Motakis	depends on VFIO && EVENTFD && ARM
453161532SAntonios Motakis	help
553161532SAntonios Motakis	  Support for platform devices with VFIO. This is required to make
653161532SAntonios Motakis	  use of platform devices present on the system using the VFIO
753161532SAntonios Motakis	  framework.
853161532SAntonios Motakis
953161532SAntonios Motakis	  If you don't know what to do here, say N.
10b13329adSAntonios Motakis
11b13329adSAntonios Motakisconfig VFIO_AMBA
12b13329adSAntonios Motakis	tristate "VFIO support for AMBA devices"
13b13329adSAntonios Motakis	depends on VFIO_PLATFORM && ARM_AMBA
14b13329adSAntonios Motakis	help
15b13329adSAntonios Motakis	  Support for ARM AMBA devices with VFIO. This is required to make
16b13329adSAntonios Motakis	  use of ARM AMBA devices present on the system using the VFIO
17b13329adSAntonios Motakis	  framework.
18b13329adSAntonios Motakis
19b13329adSAntonios Motakis	  If you don't know what to do here, say N.
20