commit | a10840c9acbeca7aada3543823fdb59909342d96 | [log] [tgz] |
---|---|---|
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | Thu Jan 31 13:30:40 2013 +0100 |
committer | Felipe Balbi <balbi@ti.com> | Mon Mar 04 09:33:30 2013 +0200 |
tree | 50b01167f923ec1ad1aada533ed38f4261e7d98e | |
parent | 4ea34de7615c1208a08bce3ff75c234cca03c654 [diff] |
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 <v-stehle@ti.com> Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: Felipe Balbi <balbi@ti.com>