Include usb drivers as modules

This should allow to assign usb device to pciback in initramfs before
thos modules get loaded.
pull/13/head
Simon Gaiser 6 years ago
parent 33931abaa6
commit 0986e54ca5

@ -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…
Cancel
Save