From: Jagan Teki Date: Mon, 7 May 2018 07:33:49 +0000 (+0530) Subject: configs: orangepi-pc2: Enable USB OTG peripheral mode X-Git-Tag: v2018.07-rc1~8^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=937ddf2cdc6e9fdb65f2fe12e93d37fc8ae66bb1;p=pandora-u-boot.git configs: orangepi-pc2: 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/orangepi_pc2_defconfig b/configs/orangepi_pc2_defconfig index dd5f2c78ab5..ca1e586e896 100644 --- a/configs/orangepi_pc2_defconfig +++ b/configs/orangepi_pc2_defconfig @@ -13,4 +13,5 @@ CONFIG_DEFAULT_DEVICE_TREE="sun50i-h5-orangepi-pc2" # 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