Displaying 1 result from an estimated 1 matches for "040046b91eb7".
2008 Sep 27
0
[PATCH 4/9] dom0 PCI: support SR-IOV capability
Add Single Root I/O Virtualization (SR-IOV) support.
Signed-off-by: Yu Zhao <yu.zhao@intel.com>
diff -r 040046b91eb7 -r 75504b97c0ab drivers/pci/Kconfig
--- a/drivers/pci/Kconfig Sat Sep 27 01:25:31 2008 -0400
+++ b/drivers/pci/Kconfig Sat Sep 27 01:27:01 2008 -0400
@@ -27,3 +27,14 @@
When in doubt, say N.
+config PCI_IOV
+ bool "PCI SR-IOV support"
+ depends on PCI
+...