Skip to content

Commit

Permalink
usb: musb: omap2plus bus glue needs USB host support
Browse files Browse the repository at this point in the history
The musb/omap2430.c bus glue driver calls usb_hcd_poll_rh_status,
which is only available if CONFIG_USB is also set, i.e. we
are building USB host mode and not just endpoint mode.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: linux-omap@vger.kernel.org
Signed-off-by: Felipe Balbi <balbi@ti.com>
  • Loading branch information
Arnd Bergmann authored and Felipe Balbi committed May 14, 2014
1 parent 70c1ff4 commit a8d191c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/musb/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ config USB_MUSB_TUSB6010

config USB_MUSB_OMAP2PLUS
tristate "OMAP2430 and onwards"
depends on ARCH_OMAP2PLUS
depends on ARCH_OMAP2PLUS && USB
select GENERIC_PHY

config USB_MUSB_AM35X
Expand Down

0 comments on commit a8d191c

Please sign in to comment.