From 8869b1c10366d39be3d4facc0c2f23d5289f09d9 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Wed, 4 Apr 2018 16:56:45 +0200 Subject: [PATCH] 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. --- recipes-bsp/linux/files/sysmocom-apu2/defconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes-bsp/linux/files/sysmocom-apu2/defconfig b/recipes-bsp/linux/files/sysmocom-apu2/defconfig index 443ee06..50e8aac 100644 --- a/recipes-bsp/linux/files/sysmocom-apu2/defconfig +++ b/recipes-bsp/linux/files/sysmocom-apu2/defconfig @@ -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