Include usb drivers as modules
This should allow to assign usb device to pciback in initramfs before thos modules get loaded.
This commit is contained in:
parent
33931abaa6
commit
0986e54ca5
10
config-qubes
10
config-qubes
@ -110,6 +110,16 @@ CONFIG_PARAVIRT_SPINLOCKS=y
|
||||
# CONFIG_DEBUG_WX is not set
|
||||
|
||||
|
||||
################################################################################
|
||||
## Set USB drivers to module to allow attaching PCI devices to pciback before
|
||||
## those get loaded.
|
||||
|
||||
CONFIG_USB_UHCI_HCD=m
|
||||
CONFIG_USB_OHCI_HCD=m
|
||||
CONFIG_USB_EHCI_HCD=m
|
||||
CONFIG_USB_XHCI_HCD=m
|
||||
|
||||
|
||||
################################################################################
|
||||
## TODO: from diff to old config
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user