blob: bb30128782aa3cd7eb50c19076e344c74fdf7022 [file] [log] [blame]
Antonios Motakis53161532015-03-16 14:08:44 -06001config VFIO_PLATFORM
2 tristate "VFIO support for platform devices"
Eric Augere6bcd472015-06-15 11:13:52 +02003 depends on VFIO && EVENTFD && (ARM || ARM64)
Alex Williamson71be3422015-03-17 08:33:38 -06004 select VFIO_VIRQFD
Antonios Motakis53161532015-03-16 14:08:44 -06005 help
6 Support for platform devices with VFIO. This is required to make
7 use of platform devices present on the system using the VFIO
8 framework.
9
10 If you don't know what to do here, say N.
Antonios Motakisb13329a2015-03-16 14:08:45 -060011
12config VFIO_AMBA
13 tristate "VFIO support for AMBA devices"
14 depends on VFIO_PLATFORM && ARM_AMBA
15 help
16 Support for ARM AMBA devices with VFIO. This is required to make
17 use of ARM AMBA devices present on the system using the VFIO
18 framework.
19
20 If you don't know what to do here, say N.
Eric Auger713cc332015-06-15 11:09:45 +020021
22source "drivers/vfio/platform/reset/Kconfig"