aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2014-05-08 09:52:16 -0400
committerFelipe Balbi <balbi@ti.com>2014-05-14 10:23:32 -0400
commita8d191c8bb2f11a8f381e7cb98f978b7288c1401 (patch)
treea2cdd2e7dbaee9213a7ecae09ee4df72970007a0 /drivers/usb/musb
parent70c1ff4b3c865a36f00aa2498eab3eadd818e4ab (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>
Diffstat (limited to 'drivers/usb/musb')
-rw-r--r--drivers/usb/musb/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/musb/Kconfig b/drivers/usb/musb/Kconfig
index e0fba7591dea..06cc5d6ea681 100644
--- a/drivers/usb/musb/Kconfig
+++ b/drivers/usb/musb/Kconfig
@@ -76,7 +76,7 @@ config USB_MUSB_TUSB6010
76 76
77config USB_MUSB_OMAP2PLUS 77config USB_MUSB_OMAP2PLUS
78 tristate "OMAP2430 and onwards" 78 tristate "OMAP2430 and onwards"
79 depends on ARCH_OMAP2PLUS 79 depends on ARCH_OMAP2PLUS && USB
80 select GENERIC_PHY 80 select GENERIC_PHY
81 81
82config USB_MUSB_AM35X 82config USB_MUSB_AM35X