From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Tue, 5 Apr 2016 11:39:25 -0600 Subject: [U-Boot] [PATCH 2/8] usb: gadget: Add CONFIG_USB_GADGET_DUALSPEED to Kconfig In-Reply-To: <1459874197-14460-3-git-send-email-semen.protsenko@linaro.org> References: <1459874197-14460-1-git-send-email-semen.protsenko@linaro.org> <1459874197-14460-3-git-send-email-semen.protsenko@linaro.org> Message-ID: <5703F84D.8@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 04/05/2016 10:36 AM, Semen Protsenko wrote: > From: Sam Protsenko > > 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".