summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDon Dugger <donald.d.dugger@intel.com>2016-01-06 20:10:02 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-01-06 20:10:02 +0000
commit094281166bad07b351bda2e16b225f492c959bf3 (patch)
tree1420f0f5f3d123962ab62a1f79b82d4fe41904c7
parent3ccaf24392443b98215d647884bddd963ad86190 (diff)
parent0e507d74aa34fd2eaef751911a0b1c6b7232f8e2 (diff)
Merge "Build vfio-pci as a module, as dpdk tools expect it to be."
-rw-r--r--kernel/arch/x86/configs/opnfv.config4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/arch/x86/configs/opnfv.config b/kernel/arch/x86/configs/opnfv.config
index 502aa78ee..462858c57 100644
--- a/kernel/arch/x86/configs/opnfv.config
+++ b/kernel/arch/x86/configs/opnfv.config
@@ -2944,9 +2944,9 @@ CONFIG_UIO=y
# CONFIG_UIO_NETX is not set
# CONFIG_UIO_MF624 is not set
CONFIG_VFIO_IOMMU_TYPE1=y
-CONFIG_VFIO_VIRQFD=y
+CONFIG_VFIO_VIRQFD=m
CONFIG_VFIO=y
-CONFIG_VFIO_PCI=y
+CONFIG_VFIO_PCI=m
# CONFIG_VFIO_PCI_VGA is not set
CONFIG_VFIO_PCI_MMAP=y
CONFIG_VFIO_PCI_INTX=y