| Submitter | Alex Williamson |
|---|---|
| Date | July 26, 2012, 4:14 p.m. |
| Message ID | <1343319288.3125.24.camel@ul30vt> |
| Download | mbox | patch |
| Permalink | /patch/173462/ |
| State | Not Applicable |
| Headers | show |
Comments
Patch
diff --git a/drivers/vfio/pci/Kconfig b/drivers/vfio/pci/Kconfig index cc7db62..5980758 100644 --- a/drivers/vfio/pci/Kconfig +++ b/drivers/vfio/pci/Kconfig @@ -1,6 +1,6 @@ config VFIO_PCI tristate "VFIO support for PCI devices" - depends on VFIO && PCI + depends on VFIO && PCI && EVENTFD help Support for the PCI VFIO bus driver. This is required to make use of PCI drivers using the VFIO framework.