diff options
author | Felipe Balbi <balbi@ti.com> | 2014-11-18 12:07:02 -0600 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2014-12-05 17:38:03 +0100 |
commit | 03472fe8df41ea44cde9137066d4c8f5ceca7ed2 (patch) | |
tree | 8b2afb93a82333312f915b01705a7d8c5b7c3f60 /arch/arm | |
parent | 866d1808e7889ee002b9424703b14b790e97acaf (diff) | |
download | talos-obmc-linux-03472fe8df41ea44cde9137066d4c8f5ceca7ed2.tar.gz talos-obmc-linux-03472fe8df41ea44cde9137066d4c8f5ceca7ed2.zip |
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 <balbi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/configs/omap2plus_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |