]> git.baikalelectronics.ru Git - kernel.git/commit
usb: musb: temporarily make it bool
authorFelipe Balbi <balbi@ti.com>
Tue, 22 Mar 2011 09:31:37 +0000 (11:31 +0200)
committerFelipe Balbi <balbi@ti.com>
Wed, 13 Apr 2011 08:51:25 +0000 (11:51 +0300)
commitc845b2a4c9dc007c7dc3d2b54b90bc29b7dc78de
tree217a76a301fd6452b57aa37bc4f5a13ab0842ce0
parent24570b692a91a03341c53dfc65653266d1eae766
usb: musb: temporarily make it bool

Due to the recent changes to musb's glue layers,
we can't compile musb-hdrc as a module - compilation
will break due to undefined symbol musb_debug. In
order to fix that, we need a big re-work of the
debug support on the MUSB driver.

Because that would mean a lot of new code coming
into the -rc series, it's best to defer that to
next merge window and for now just disable module
support for MUSB.

Once we get the refactor of the debugging support
done, we can simply revert this patch and things
will go back to normal again.

Cc: stable@kernel.org # v2.6.38
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/musb/Kconfig