From: Corentin Labbe <clabbe@baylibre.com>
Date: Tue, 6 Aug 2019 12:29:22 +0000 (+0000)
Subject: meta-agl-bsp: recipes-kernel: linux: Add USB host driver
X-Git-Tag: 8.99.1~87
X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=6a5ccf78f9d273aaccf515fb8f1fa0e377dc90cf;p=AGL%2Fmeta-agl.git

meta-agl-bsp: recipes-kernel: linux: Add USB host driver

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

diff --git a/meta-agl-bsp/recipes-kernel/linux/linux/usb.cfg b/meta-agl-bsp/recipes-kernel/linux/linux/usb.cfg
index 2d17d7dc5..8e9e98ecb 100644
--- a/meta-agl-bsp/recipes-kernel/linux/linux/usb.cfg
+++ b/meta-agl-bsp/recipes-kernel/linux/linux/usb.cfg
@@ -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