diff options
author | 2014-05-08 15:52:15 +0200 | |
---|---|---|
committer | 2014-05-14 09:23:31 -0500 | |
commit | 70c1ff4b3c865a36f00aa2498eab3eadd818e4ab (patch) | |
tree | 65f4a0678361bd554ba126893b4cee608693ee4a /drivers/usb/phy/phy-msm-usb.c | |
parent | usb: gadget: s3c2410_udc: don't use pr_debug return value (diff) | |
download | linux-dev-70c1ff4b3c865a36f00aa2498eab3eadd818e4ab.tar.xz linux-dev-70c1ff4b3c865a36f00aa2498eab3eadd818e4ab.zip |
usb: musb: tusb-dma can't be built-in if tusb is not
A configuration with CONFIG_USB_MUSB_HDRC=y, CONFIG_USB_TUSB_OMAP_DMA=y
and CONFIG_USB_MUSB_TUSB6010=m causes a link failure because of the
dependency on the tusb_get_revision symbol:
(.text+0x154ce8): undefined reference to `tusb_get_revision'
This patch ensures that either MUSB_HDRC and MUSB_TUSB6010 are
both modules or both built-in, which are the valid configurations.
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/phy/phy-msm-usb.c')
0 files changed, 0 insertions, 0 deletions