d/rules: VFIO_VIRQFD config is a boolean
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>
This commit is contained in:
parent
bf577f5f83
commit
f7fedc604d
2
debian/rules
vendored
2
debian/rules
vendored
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user