xref: /linux/drivers/vfio/platform/Kconfig (revision b13329adc2cd6c613ffd95b681a0d4cbd399939f)
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.
10*b13329adSAntonios Motakis
11*b13329adSAntonios Motakisconfig VFIO_AMBA
12*b13329adSAntonios Motakis	tristate "VFIO support for AMBA devices"
13*b13329adSAntonios Motakis	depends on VFIO_PLATFORM && ARM_AMBA
14*b13329adSAntonios Motakis	help
15*b13329adSAntonios Motakis	  Support for ARM AMBA devices with VFIO. This is required to make
16*b13329adSAntonios Motakis	  use of ARM AMBA devices present on the system using the VFIO
17*b13329adSAntonios Motakis	  framework.
18*b13329adSAntonios Motakis
19*b13329adSAntonios Motakis	  If you don't know what to do here, say N.
20