[U-Boot] [PATCH 17/17] sunxi: Hookup OTG USB controller support
Ian Campbell
ijc at hellion.org.uk
Tue Jan 13 20:59:21 CET 2015
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 at hellion.org.uk>
> +#if defined(CONFIG_MUSB_HOST) || defined(CONFIG_MUSB_GADGET)
Not just #ifdef CONFIG_USB_MUSB_SUNXI? (Ack either way)
Ian.
More information about the U-Boot
mailing list