From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Fri, 8 Apr 2016 10:37:34 -0600 Subject: [U-Boot] [PATCH 1/8 v2] usb: gadget: Move CONFIG_USB_GADGET_VBUS_DRAW to Kconfig In-Reply-To: <1460042025-3492-1-git-send-email-semen.protsenko@linaro.org> References: <1460042025-3492-1-git-send-email-semen.protsenko@linaro.org> Message-ID: <5707DE4E.3050005@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/07/2016 09:13 AM, Semen Protsenko wrote: > From: Sam Protsenko > > The description was borrowed from kernel. Definitions were added to > defconfig files in a way that "make savedefconfig" generates exactly > the same file as used defconfig. > > Boards using 0 mA as CONFIG_USB_GADGET_VBUS_DRAW value were moved to use > 2 mA (as minimal allowed by Kconfig). Acked-by: Stephen Warren (although I only got patch 1/8 and not patches 2-8 this time around)