summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorOleksij Rempel <o.rempel@pengutronix.de>2020-03-09 14:34:51 +0100
committerRobert Schwebel <r.schwebel@pengutronix.de>2020-03-09 14:42:09 +0100
commit93cdc8b25977555e393f6e89354133049e42ba3b (patch)
treed58e8017142e8d9e72ba7a3c3880e6753b0f2485 /configs
parent21d8d984d71f579a2dbe217180d8d91cda452607 (diff)
downloadDistroKit-93cdc8b25977555e393f6e89354133049e42ba3b.tar.gz
DistroKit-93cdc8b25977555e393f6e89354133049e42ba3b.tar.xz
platform-v7a: kernel: enable usb support for BeagleBone Black
Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
Diffstat (limited to 'configs')
-rw-r--r--configs/platform-v7a/kernelconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/configs/platform-v7a/kernelconfig b/configs/platform-v7a/kernelconfig
index 07bc419..d0111b2 100644
--- a/configs/platform-v7a/kernelconfig
+++ b/configs/platform-v7a/kernelconfig
@@ -2390,13 +2390,14 @@ CONFIG_USB_MUSB_HOST=y
# CONFIG_USB_MUSB_TUSB6010 is not set
# CONFIG_USB_MUSB_OMAP2PLUS is not set
CONFIG_USB_MUSB_AM35X=y
-# CONFIG_USB_MUSB_DSPS is not set
+CONFIG_USB_MUSB_DSPS=y
+CONFIG_USB_MUSB_AM335X_CHILD=y
#
# MUSB DMA mode
#
# CONFIG_MUSB_PIO_ONLY is not set
-# CONFIG_USB_TI_CPPI41_DMA is not set
+CONFIG_USB_TI_CPPI41_DMA=y
# CONFIG_USB_DWC3 is not set
CONFIG_USB_DWC2=y
CONFIG_USB_DWC2_HOST=y