From: Chen-Yu Tsai Date: Sat, 6 Feb 2016 15:53:49 +0000 (+0800) Subject: ARM: multi_v7_defconfig: Enable MUSB HDRC driver with Allwinner glue X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=44c23163140964a607c4eb19fc8a85ffa34fa05b;p=linux-beck.git ARM: multi_v7_defconfig: Enable MUSB HDRC driver with Allwinner glue Allwinner SoCs typically have a Mentor Graphics Inventra MUSB high speed 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 patch only enables the driver core and Allwinner platform support. Signed-off-by: Chen-Yu Tsai Signed-off-by: Maxime Ripard --- diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 314f6be2dca2..442025629ee9 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -591,6 +591,8 @@ CONFIG_USB_OHCI_EXYNOS=m CONFIG_USB_R8A66597_HCD=m CONFIG_USB_RENESAS_USBHS=m CONFIG_USB_STORAGE=y +CONFIG_USB_MUSB_HDRC=m +CONFIG_USB_MUSB_SUNXI=m CONFIG_USB_DWC3=y CONFIG_USB_DWC2=m CONFIG_USB_CHIPIDEA=y