From: Felipe Balbi Date: Tue, 18 Nov 2014 18:07:02 +0000 (-0600) Subject: ARM: omap2plus_defconfig: enable XHCI X-Git-Tag: v3.19-rc1~165^2~1 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=03472fe8df41ea44cde9137066d4c8f5ceca7ed2;p=linux.git ARM: omap2plus_defconfig: enable XHCI AM437x devices have a DWC3 IP inside of them. The host side implementation of DWC3 is XHCI compliant. By enabling XHCI driver, we get the USB host port on AM437x Starter Kit working out of the box. Signed-off-by: Felipe Balbi Signed-off-by: Tony Lindgren Signed-off-by: Arnd Bergmann --- diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index a0cd438f1151..edfa3b16ad58 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig @@ -290,6 +290,7 @@ CONFIG_SND_OMAP_SOC_OMAP3_PANDORA=m CONFIG_USB=y CONFIG_USB_ANNOUNCE_NEW_DEVICES=y CONFIG_USB_MON=y +CONFIG_USB_XHCI_HCD=m CONFIG_USB_WDM=y CONFIG_USB_STORAGE=y CONFIG_USB_DWC3=m