diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2015-01-19 21:28:36 (GMT) |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-01-20 17:46:31 (GMT) |
commit | 697549cdd637841e7c88d0014fe25dfbb72565de (patch) | |
tree | edaadc820bf428426b7facfecccd2e5376317355 /arch/arm/configs | |
parent | 17268af77821f6f528a2f1c89564ce27dbc21a21 (diff) | |
download | linux-697549cdd637841e7c88d0014fe25dfbb72565de.tar.xz |
ARM: omap2plus_defconfig: Enable OHCI & EHCI HCD support
Enable CONFIG_USB_EHCI_HCD and CONFIG_USB_OHCI_HCD to get USB supports
with omap2plus_defconfig.
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Reviewed-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/omap2plus_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index ad6b6e3..4fdcedc 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig @@ -158,6 +158,8 @@ CONFIG_USB_NET_SMSC95XX=m CONFIG_USB_ALI_M5632=y CONFIG_USB_AN2720=y CONFIG_USB_EPSON2888=y +CONFIG_USB_EHCI_HCD=m +CONFIG_USB_OHCI_HCD=m CONFIG_USB_KC2190=y CONFIG_LIBERTAS=m CONFIG_LIBERTAS_USB=m |