]> Git Repo - linux.git/commitdiff
ARM: sunxi_defconfig: Enable MUSB HDRC driver with Allwinner glue
authorChen-Yu Tsai <[email protected]>
Tue, 9 Feb 2016 15:31:27 +0000 (23:31 +0800)
committerMaxime Ripard <[email protected]>
Tue, 9 Feb 2016 18:30:57 +0000 (19:30 +0100)
Allwinner SoCs typically have a Mentor Graphics Inventra MUSB dual role
controller for USB OTG.

Now that the issue with MUSB and USB gadget registration order has been
resolved, we can enable this driver in dual role mode. This requires the
NOP USB transceiver driver, which is also enabled.

Signed-off-by: Chen-Yu Tsai <[email protected]>
Signed-off-by: Maxime Ripard <[email protected]>
arch/arm/configs/sunxi_defconfig

index a55c48e273090328c06e0fb9725eba026ec119b2..81a1b92fd4e6aec14e949146edda411229508245 100644 (file)
@@ -110,6 +110,10 @@ CONFIG_USB_EHCI_HCD=y
 CONFIG_USB_EHCI_HCD_PLATFORM=y
 CONFIG_USB_OHCI_HCD=y
 CONFIG_USB_OHCI_HCD_PLATFORM=y
+CONFIG_USB_MUSB_HDRC=y
+CONFIG_USB_MUSB_SUNXI=y
+CONFIG_NOP_USB_XCEIV=y
+CONFIG_USB_GADGET=y
 CONFIG_MMC=y
 CONFIG_MMC_SUNXI=y
 CONFIG_NEW_LEDS=y
This page took 0.055332 seconds and 4 git commands to generate.