]> git.baikalelectronics.ru Git - kernel.git/commit
usb: musb: omap2plus bus glue needs USB host support
authorArnd Bergmann <arnd@arndb.de>
Thu, 8 May 2014 13:52:16 +0000 (15:52 +0200)
committerFelipe Balbi <balbi@ti.com>
Wed, 14 May 2014 14:23:32 +0000 (09:23 -0500)
commit617b4c940e7d117bd45b755ff9aebf88b16b7538
treea2cdd2e7dbaee9213a7ecae09ee4df72970007a0
parent94f1b3d2d44484a2031cd87a2d36138c5cfaec15
usb: musb: omap2plus bus glue needs USB host support

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>
drivers/usb/musb/Kconfig