From: Peter Ujfalusi Date: Thu, 31 Jan 2013 12:30:40 +0000 (+0100) Subject: usb: musb: correct Kconfig in order to avoid non compilable selection X-Git-Tag: v3.9-rc3~17^2~19^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a10840c9acbeca7aada3543823fdb59909342d96;p=pandora-kernel.git usb: musb: correct Kconfig in order to avoid non compilable selection Currently it is possible to have: USB_MUSB_OMAP2PLUS=m TWL4030_USB=y which would result compile time error due to missing symbols. With this change USB_MUSB_OMAP2PLUS and TWL4030_USB will be in sync. Reported-by: Vincent Stehle Signed-off-by: Peter Ujfalusi Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed