commit | a8d191c8bb2f11a8f381e7cb98f978b7288c1401 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Thu May 08 15:52:16 2014 +0200 |
committer | Felipe Balbi <balbi@ti.com> | Wed May 14 09:23:32 2014 -0500 |
tree | a2cdd2e7dbaee9213a7ecae09ee4df72970007a0 | |
parent | 70c1ff4b3c865a36f00aa2498eab3eadd818e4ab [diff] |
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>