[U-Boot] [PATCH 2/8] usb: gadget: Add CONFIG_USB_GADGET_DUALSPEED to Kconfig

Stephen Warren swarren at wwwdotorg.org
Tue Apr 5 19:39:25 CEST 2016


On 04/05/2016 10:36 AM, Semen Protsenko wrote:
> From: Sam Protsenko <semen.protsenko at linaro.org>
>
> It's hard to migrate all configs to this option in one patch, as this
> option should be selected by UDC controller options, and some of them
> are not added to Kconfig yet. So let's first add this option to Kconfig
> and then select it for all controllers one by one.

Isn't that going to cause build failures if someone compiles a part part 
way through this series? I imagine that moving the variable into 
Kconfig, but still #defining it in a header file, will cause conflicts. 
That will be annoying to people using "git bisect".


More information about the U-Boot mailing list