
22 Sep
2017
22 Sep
'17
5:20 a.m.
On Wed, Sep 13, 2017 at 3:01 AM, Maxime Ripard maxime.ripard@free-electrons.com wrote:
A good number of our boards have USB_GADGET enabled. Imply it so that all the boards can benefit from it, and remove some boilerplate from our defconfigs.
Reviewed-by: Simon Glass sjg@chromium.org Signed-off-by: Maxime Ripard maxime.ripard@free-electrons.com
This breaks builds using defconfigs where USB_MUSB_GADGET is not set. Perhaps a better solution would be to imply USB_GADGET from USB_MUSB_GADGET? Kconfig complains about recursive dependencies if I do
imply USB_GADGET if USB_MUSB_GADGET
under ARCH_SUNXI though.
ChenYu