From 0e507d74aa34fd2eaef751911a0b1c6b7232f8e2 Mon Sep 17 00:00:00 2001 From: José Pekkarinen Date: Tue, 17 Nov 2015 10:14:28 +0200 Subject: Build vfio-pci as a module, as dpdk tools expect it to be. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I4c0fe67609fc74fc60e6a2c99d448fd47a6d2a86 Signed-off-by: José Pekkarinen --- kernel/arch/x86/configs/opnfv.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- cgit 1.2.3-korg