From: José Pekkarinen Date: Tue, 17 Nov 2015 08:14:28 +0000 (+0200) Subject: Build vfio-pci as a module, as dpdk tools expect it to be. X-Git-Tag: brahmaputra.1.0~6^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=kvmfornfv.git;a=commitdiff_plain;h=0e507d74aa34fd2eaef751911a0b1c6b7232f8e2 Build vfio-pci as a module, as dpdk tools expect it to be. Change-Id: I4c0fe67609fc74fc60e6a2c99d448fd47a6d2a86 Signed-off-by: José Pekkarinen --- diff --git a/kernel/arch/x86/configs/opnfv.config b/kernel/arch/x86/configs/opnfv.config index 7bbda7330..704af497d 100644 --- a/kernel/arch/x86/configs/opnfv.config +++ b/kernel/arch/x86/configs/opnfv.config @@ -2938,9 +2938,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