]> git.proxmox.com Git - pve-kernel.git/commit - debian/rules
config: make vfio-pci and {x,e,o,u}hci modules
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 13 May 2020 14:28:03 +0000 (16:28 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 13 May 2020 14:28:05 +0000 (16:28 +0200)
commitbdeaa74c3afc55e6c1e02ad917d47025e58af2e1
treef4afe9d374d09b5c9b67723d3ac0a8ad9c3d504d
parent80c08de2e4909e4411cf0db3aa37c5532db0c693
config: make vfio-pci and {x,e,o,u}hci modules

Since 5.4 Ubuntu makes vfio-pci builtin to allow vfio-pci to be bound
to certain devices during boot, preventing other drivers from binding
them. https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1770845

Part of why this was done was because it mirrored Arch Linux choice
in the past, but there where some issues and Arch Linux went back to
modules again but this time making xhci_hcd and similar ?hci systems
modules too. Tries to mirror the values used in the current Arch
Linux config [0].

[0]: https://git.archlinux.org/svntogit/packages.git/tree/trunk/config?h=packages/linux&id=96121a8d6468c7067eb3759f6ca5e82f5f914f38

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