aboutsummaryrefslogtreecommitdiffstats
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:57 +0000
commit7093a50720d8182bbe24e90bf0730d7031a1987f (patch)
treef1a53157a8b3890f361ed712649e1c2d19aba713 /meta-agl-bsp
parent4be9f734dca7ba649468506306e5ba02e0db6ab2 (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