summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp
diff options
context:
space:
mode:
authorCorentin Labbe <clabbe@baylibre.com>2019-08-06 12:29:22 +0000
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-08-06 23:11:48 +0000
commit6a5ccf78f9d273aaccf515fb8f1fa0e377dc90cf (patch)
tree15d4798aa893cf241540d5cf371d8e3aa96b323e /meta-agl-bsp
parentc76deb0dbe20c5e9274788823693c311d9f06110 (diff)
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>
Diffstat (limited to 'meta-agl-bsp')
-rw-r--r--meta-agl-bsp/recipes-kernel/linux/linux/usb.cfg3
1 files changed, 3 insertions, 0 deletions
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