From: Jagan Teki Date: Mon, 7 May 2018 07:33:46 +0000 (+0530) Subject: configs: bananapi-m2-plus: Enable USB OTG peripheral mode X-Git-Tag: v2018.07-rc1~8^2~6 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c9e27e0dd69a0c0faa296e445561ac42ced69620;p=u-boot configs: bananapi-m2-plus: Enable USB OTG peripheral mode Enable USB_MUSB_GADGET which operate OTG in peripheral mode Signed-off-by: Jagan Teki Acked-by: Jun Nie --- diff --git a/configs/Sinovoip_BPI_M2_Plus_defconfig b/configs/Sinovoip_BPI_M2_Plus_defconfig index da5620a770..a325e9f806 100644 --- a/configs/Sinovoip_BPI_M2_Plus_defconfig +++ b/configs/Sinovoip_BPI_M2_Plus_defconfig @@ -14,4 +14,5 @@ CONFIG_DEFAULT_DEVICE_TREE="sun8i-h3-bananapi-m2-plus" # CONFIG_SPL_EFI_PARTITION is not set CONFIG_SUN8I_EMAC=y CONFIG_USB_EHCI_HCD=y +CONFIG_USB_MUSB_GADGET=y CONFIG_SYS_USB_EVENT_POLL_VIA_INT_QUEUE=y