
24 Oct
2012
24 Oct
'12
5:13 p.m.
Hi Tom,
On Wed, Oct 24, 2012 at 4:24 PM, Tom Rini trini@ti.com wrote:
I'm a little lost. In the kernel, you can't use CONFIG_USB_G_SERIAL with CONFIG_USB_MUSB_${hw glue} ?
You can. But we don't have g_serial in U-Boot yet.
So we would need to port that, in order to remove the serial gadget we have, and drop the previous musb core?
Yes, we need to port g_serial, but removing the old usbtty driver is probably too harsh: this will render a bunch of old udc driver (not only old MUSB code) not useful for anything.
Regards, Ilya.