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