Antonios Motakis | 5316153 | 2015-03-16 14:08:44 -0600 | [diff] [blame] | 1 | config 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 Motakis | b13329a | 2015-03-16 14:08:45 -0600 | [diff] [blame^] | 10 | |
| 11 | config 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. |