linux-sysmocom: apu2: Enable XHCI USB support

Without it, the kernel doesn't detect USB devices plugged to the
external usb3 ports of the apu2.
This commit is contained in:
Pau Espin 2018-04-04 16:56:45 +02:00
parent 57b0c39ba3
commit 8869b1c103
1 changed files with 3 additions and 1 deletions

View File

@ -2899,7 +2899,9 @@ CONFIG_USB_DEFAULT_PERSIST=y
# USB Host Controller Drivers
#
# CONFIG_USB_C67X00_HCD is not set
# CONFIG_USB_XHCI_HCD is not set
CONFIG_USB_XHCI_HCD=y
CONFIG_USB_XHCI_PCI=y
# CONFIG_USB_XHCI_PLATFORM is not set
CONFIG_USB_EHCI_HCD=y
# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
CONFIG_USB_EHCI_TT_NEWSCHED=y