From abd363e16b3367c2370e45117bf33c7cf573be9d Mon Sep 17 00:00:00 2001 From: xaduha Date: Wed, 19 Feb 2014 11:47:33 +0000 Subject: [PATCH] feat(sys-kernel/coreos-kernel): Enable VFIO modules Original thread: https://groups.google.com/forum/#!topic/coreos-dev/MGxSfJNdNkM --- .../sys-kernel/coreos-kernel/files/x86_64_defconfig-3.13.2 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-kernel/files/x86_64_defconfig-3.13.2 b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-kernel/files/x86_64_defconfig-3.13.2 index 04ad510daa..ca4deb2473 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-kernel/files/x86_64_defconfig-3.13.2 +++ b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-kernel/files/x86_64_defconfig-3.13.2 @@ -2785,7 +2785,10 @@ CONFIG_UIO=m # CONFIG_UIO_PCI_GENERIC is not set # CONFIG_UIO_NETX is not set # CONFIG_UIO_MF624 is not set -# CONFIG_VFIO is not set +CONFIG_VFIO_IOMMU_TYPE1=m +CONFIG_VFIO=m +CONFIG_VFIO_PCI=m +CONFIG_VFIO_PCI_VGA=y CONFIG_VIRT_DRIVERS=y CONFIG_VIRTIO=m