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)
commit7a180e70cfc56e131bfe4796773df2acfc7d4180
tree217a76a301fd6452b57aa37bc4f5a13ab0842ce0
parent2e10f5e70f670d981f789075e3ebc394f5bb51e3
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