Antonios Motakis | 5316153 | 2015-03-16 14:08:44 -0600 | [diff] [blame] | 1 | config VFIO_PLATFORM |
| 2 | tristate "VFIO support for platform devices" |
Eric Auger | e6bcd47 | 2015-06-15 11:13:52 +0200 | [diff] [blame] | 3 | depends on VFIO && EVENTFD && (ARM || ARM64) |
Alex Williamson | 71be342 | 2015-03-17 08:33:38 -0600 | [diff] [blame] | 4 | select VFIO_VIRQFD |
Antonios Motakis | 5316153 | 2015-03-16 14:08:44 -0600 | [diff] [blame] | 5 | 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 Motakis | b13329a | 2015-03-16 14:08:45 -0600 | [diff] [blame] | 11 | |
| 12 | config 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 Auger | 713cc33 | 2015-06-15 11:09:45 +0200 | [diff] [blame] | 21 | |
| 22 | source "drivers/vfio/platform/reset/Kconfig" |