]> git.proxmox.com Git - pve-kernel.git/commitdiff
d/rules: VFIO_VIRQFD config is a boolean
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 25 Nov 2023 13:12:39 +0000 (14:12 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 25 Nov 2023 13:13:49 +0000 (14:13 +0100)
since e2d55709398e ("vfio: Fold vfio_virqfd.ko into vfio.ko") this
config isn't a tristate anymore but a bool, so adapt to that.

Luckily the kconfig script did the right thing and set (or at least
kept) this to yes anyway

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
debian/rules

index 463aea2f3ce19163d8c41aed07a2054f82ed58ca..271867216485b1e65a12178c8061422f51467290 100755 (executable)
@@ -67,7 +67,7 @@ PMX_CONFIG_OPTS= \
 -e CONFIG_MEMCG_SWAP_ENABLED \
 -e CONFIG_HYPERV \
 -m CONFIG_VFIO_IOMMU_TYPE1 \
--m CONFIG_VFIO_VIRQFD \
+-e CONFIG_VFIO_VIRQFD \
 -m CONFIG_VFIO \
 -m CONFIG_VFIO_PCI \
 -m CONFIG_USB_XHCI_HCD \