From 93cdc8b25977555e393f6e89354133049e42ba3b Mon Sep 17 00:00:00 2001 From: Oleksij Rempel Date: Mon, 9 Mar 2020 14:34:51 +0100 Subject: platform-v7a: kernel: enable usb support for BeagleBone Black Signed-off-by: Oleksij Rempel --- configs/platform-v7a/kernelconfig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'configs') 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 -- cgit v1.2.3