1config 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. 10 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. 20