From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Fri, 19 Jun 2015 14:32:41 +0100 Subject: [U-Boot] [PATCH 21/22] sunxi: Kconfig: Enable CONFIG_USB and friends by default on sunxi In-Reply-To: <5583E2D2.4050502@redhat.com> References: <1434569645-30322-1-git-send-email-hdegoede@redhat.com> <1434569645-30322-22-git-send-email-hdegoede@redhat.com> <1434699984.3342.127.camel@hellion.org.uk> <5583E2D2.4050502@redhat.com> Message-ID: <1434720761.28264.130.camel@hellion.org.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, 2015-06-19 at 11:37 +0200, Hans de Goede wrote: > Hi, > > On 19-06-15 09:46, Ian Campbell wrote: > > On Wed, 2015-06-17 at 21:34 +0200, Hans de Goede wrote: > >> Start using the new Kconfig options which are available for most of the > >> USB settings now. > >> > >> This also allows us to use "CONFIG_USB_EHCI_HCD=y" in defconfig files > >> for new boards instead of CONFIG_SYS_EXTRA_OPTIONS="USB_EHCI". > > > > Should there not be a raft of defconfig changes at the same time? Or is > > that nice but not necessary at this stage? > > There could be a of defconfig changes at the same time, but it is not > necessary, so I decided to wait with cleaning this up till later. OK: Acked-by: Ian Campbell > > I would like to first see all the other stuff from CONFIG_SYS_EXTRA_OPTIONS > by Kconfig-ified too, and then we can cleanup all the CONFIG_SYS_EXTRA_OPTIONS > usage in one go.