From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Mon, 11 Apr 2016 11:29:00 -0600 Subject: [U-Boot] [PATCH 1/7 v3] usb: gadget: Move CONFIG_USB_GADGET_VBUS_DRAW to Kconfig In-Reply-To: <1460388467-9580-2-git-send-email-semen.protsenko@linaro.org> References: <1460388467-9580-1-git-send-email-semen.protsenko@linaro.org> <1460388467-9580-2-git-send-email-semen.protsenko@linaro.org> Message-ID: <570BDEDC.4010409@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/11/2016 09:27 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). The series (at least the Tegra parts), Acked-by: Stephen Warren