diff options
author | José Pekkarinen <jose.pekkarinen@nokia.com> | 2015-11-17 10:14:28 +0200 |
---|---|---|
committer | José Pekkarinen <jose.pekkarinen@nokia.com> | 2015-11-17 10:14:28 +0200 |
commit | 0e507d74aa34fd2eaef751911a0b1c6b7232f8e2 (patch) | |
tree | 63f41fbc027b85f1048514d5be9a7e4a902fa271 | |
parent | 23b26b6101e4440a8d7eade90d75bbf5a4030135 (diff) |
Build vfio-pci as a module, as dpdk tools expect it to be.
Change-Id: I4c0fe67609fc74fc60e6a2c99d448fd47a6d2a86
Signed-off-by: José Pekkarinen <jose.pekkarinen@nokia.com>
-rw-r--r-- | kernel/arch/x86/configs/opnfv.config | 4 |
1 files 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 |