git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ea34de
)
usb: musb: correct Kconfig in order to avoid non compilable selection
author
Peter Ujfalusi
<peter.ujfalusi@ti.com>
Thu, 31 Jan 2013 12:30:40 +0000
(13:30 +0100)
committer
Felipe Balbi
<balbi@ti.com>
Mon, 4 Mar 2013 07:33:30 +0000
(09:33 +0200)
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>
No differences found