From: Arnd Bergmann Date: Thu, 8 May 2014 13:52:15 +0000 (+0200) Subject: usb: musb: tusb-dma can't be built-in if tusb is not X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~34^2~171^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70c1ff4b3c865a36f00aa2498eab3eadd818e4ab;p=pandora-kernel.git 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 Cc: linux-omap@vger.kernel.org Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed