Alex Williamson | 89e1f7d | 2012-07-31 08:16:24 -0600 | [diff] [blame] | 1 | config VFIO_PCI |
| 2 | tristate "VFIO support for PCI devices" |
| 3 | depends on VFIO && PCI && EVENTFD |
| 4 | help |
| 5 | Support for the PCI VFIO bus driver. This is required to make |
| 6 | use of PCI drivers using the VFIO framework. |
| 7 | |
| 8 | If you don't know what to do here, say N. |
Alex Williamson | 84237a8 | 2013-02-18 10:11:13 -0700 | [diff] [blame] | 9 | |
| 10 | config VFIO_PCI_VGA |
| 11 | bool "VFIO PCI support for VGA devices" |
Kees Cook | d65530f | 2013-02-24 09:59:44 -0700 | [diff] [blame] | 12 | depends on VFIO_PCI && X86 && VGA_ARB |
Alex Williamson | 84237a8 | 2013-02-18 10:11:13 -0700 | [diff] [blame] | 13 | help |
| 14 | Support for VGA extension to VFIO PCI. This exposes an additional |
| 15 | region on VGA devices for accessing legacy VGA addresses used by |
| 16 | BIOS and generic video drivers. |
| 17 | |
| 18 | If you don't know what to do here, say N. |