Commit dcdd59561901caed80f4d239daa6343e725e29f0

Authored by Jagan Teki
1 parent 82843d8d52

configs: orangepi-prime: Enable USB OTG peripheral mode

Enable USB_MUSB_GADGET which operate OTG in peripheral mode

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Acked-by: Jun Nie <jun.nie@linaro.org>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

configs/orangepi_prime_defconfig
... ... @@ -11,5 +11,6 @@
11 11 # CONFIG_SPL_EFI_PARTITION is not set
12 12 CONFIG_SUN8I_EMAC=y
13 13 CONFIG_USB_EHCI_HCD=y
  14 +CONFIG_USB_MUSB_GADGET=y
14 15 CONFIG_SYS_USB_EVENT_POLL_VIA_INT_QUEUE=y