summaryrefslogtreecommitdiff
path: root/arch/arm/configs/sunxi_defconfig
diff options
context:
space:
mode:
authorChen-Yu Tsai <wens@csie.org>2016-02-09 23:31:27 +0800
committerMaxime Ripard <maxime.ripard@free-electrons.com>2016-02-09 19:30:57 +0100
commit3d0ddadbe6dde5639f565e3456ae112679e288af (patch)
treec5e58fdea7d0b094e2c74256fb749c1545586cc4 /arch/arm/configs/sunxi_defconfig
parent0813ce0a49113d2b7ce2275a99396d6444090343 (diff)
ARM: sunxi_defconfig: Enable MUSB HDRC driver with Allwinner glue
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 <wens@csie.org> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'arch/arm/configs/sunxi_defconfig')
-rw-r--r--arch/arm/configs/sunxi_defconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/configs/sunxi_defconfig b/arch/arm/configs/sunxi_defconfig
index a55c48e27309..81a1b92fd4e6 100644
--- a/arch/arm/configs/sunxi_defconfig
+++ b/arch/arm/configs/sunxi_defconfig
@@ -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