]> Git Repo - J-u-boot.git/commitdiff
configs: orangepi-prime: Enable USB OTG peripheral mode
authorJagan Teki <[email protected]>
Mon, 7 May 2018 07:33:51 +0000 (13:03 +0530)
committerJagan Teki <[email protected]>
Mon, 28 May 2018 11:10:43 +0000 (16:40 +0530)
Enable USB_MUSB_GADGET which operate OTG in peripheral mode

Signed-off-by: Jagan Teki <[email protected]>
Acked-by: Jun Nie <[email protected]>
configs/orangepi_prime_defconfig

index df39caa9030b81dacf7f2eeab60316cabed0030e..6161863258e96f2049a9654f3dd86edc96921dc5 100644 (file)
@@ -11,4 +11,5 @@ CONFIG_DEFAULT_DEVICE_TREE="sun50i-h5-orangepi-prime"
 # 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
This page took 0.036676 seconds and 4 git commands to generate.