
13 Jan
2015
13 Jan
'15
8:59 p.m.
On Sun, 2015-01-11 at 20:34 +0100, Hans de Goede wrote:
Hookup OTG USB controller support and enable the otg controller + USB-keyb on various tablets.
This allows tablet owners to interact with u-boot without needing to solder a serial console onto their tablet PCB.
Looks good, except I can't for the life of me find where CONFIG_MUSB_GADGET is ever set for a sunxi platform.
I suspect it's just there in preparation for some future gadget mode work (what we care about here is host mode), is that right?
If so: Acked-by: Ian Campbell ijc@hellion.org.uk
+#if defined(CONFIG_MUSB_HOST) || defined(CONFIG_MUSB_GADGET)
Not just #ifdef CONFIG_USB_MUSB_SUNXI? (Ack either way)
Ian.