meta-agl-bsp: recipes-kernel: linux: Add USB host driver 99/22099/2
authorCorentin Labbe <clabbe@baylibre.com>
Tue, 6 Aug 2019 12:29:22 +0000 (12:29 +0000)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 6 Aug 2019 23:11:48 +0000 (23:11 +0000)
Both qemuarm and qemuarm64 builds lack USB drivers.
This patch enable basic USB drivers necessary for them.

Change-Id: I35064b0b4018c0953c609cebcab102b898d04f70
Bug-AGL: SPEC-2722
Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
meta-agl-bsp/recipes-kernel/linux/linux/usb.cfg

index 2d17d7d..8e9e98e 100644 (file)
@@ -3,3 +3,6 @@ CONFIG_USB_SERIAL_GENERIC=y
 CONFIG_USB_ACM=m
 CONFIG_CRC_CCITT=y
 CONFIG_USB_SERIAL_FTDI_SIO=m
+CONFIG_USB_OHCI_HCD=y
+CONFIG_USB_EHCI_HCD=y
+CONFIG_USB_EHCI_PCI=y