From 9d5b74b6abcd353a41a22667db6d9f2d004e084a Mon Sep 17 00:00:00 2001 From: Kishore Bodke <kishore.k.bodke@intel.com> Date: Tue, 14 Aug 2012 13:52:20 -0700 Subject: [PATCH] CrystalForest: Enable PCI IOV feature Enable Single Root PCI I/O Virtualization feature. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com> --- bsp/crystalforest/crystalforest.scc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bsp/crystalforest/crystalforest.scc b/bsp/crystalforest/crystalforest.scc index 90dc85c7f..ef94581a7 100644 --- a/bsp/crystalforest/crystalforest.scc +++ b/bsp/crystalforest/crystalforest.scc @@ -14,3 +14,6 @@ include features/igb/igb.scc include features/usb/xhci-hcd.scc include features/usb/ehci-hcd.scc include features/usb/ohci-hcd.scc + +#This feature is required for Intel QAT Software +include features/pci-iov/pci-iov.scc -- GitLab