blob: c0a3bff8baeef62c9246ffc01e09597ea5e123ae [file] [log] [blame]
Antonios Motakis53161532015-03-16 14:08:44 -06001config VFIO_PLATFORM
2 tristate "VFIO support for platform devices"
3 depends on VFIO && EVENTFD && ARM
4 help
5 Support for platform devices with VFIO. This is required to make
6 use of platform devices present on the system using the VFIO
7 framework.
8
9 If you don't know what to do here, say N.
Antonios Motakisb13329a2015-03-16 14:08:45 -060010
11config VFIO_AMBA
12 tristate "VFIO support for AMBA devices"
13 depends on VFIO_PLATFORM && ARM_AMBA
14 help
15 Support for ARM AMBA devices with VFIO. This is required to make
16 use of ARM AMBA devices present on the system using the VFIO
17 framework.
18
19 If you don't know what to do here, say N.