usb: musb: temporarily make it bool
commitfaaf43f0c4af76458d0f82fe6aa6735a40e4aa4d
authorFelipe Balbi <balbi@ti.com>
Tue, 22 Mar 2011 09:31:37 +0000 (22 11:31 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 21 Apr 2011 21:32:50 +0000 (21 14:32 -0700)
tree8f01eea88d11ccf7d04714b2daa3ce0177d0eba7
parent510edc2527fd3d25b6119d980dddff7213868b19
usb: musb: temporarily make it bool

commit 7a180e70cfc56e131bfe4796773df2acfc7d4180 upstream.

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.

Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/musb/Kconfig