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:
Simon Gaiser 2018-01-09 05:08:22 +01:00
parent 33931abaa6
commit 0986e54ca5

View File

@ -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