From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans de Goede Date: Tue, 5 Apr 2016 11:52:17 +0200 Subject: [U-Boot] [PATCH] sunxi: Enable CMD_GPIO on all sunxi boards In-Reply-To: <1459849596.1749.7.camel@hellion.org.uk> References: <1459669414-5298-1-git-send-email-hdegoede@redhat.com> <1459849596.1749.7.camel@hellion.org.uk> Message-ID: <57038AD1.8010507@redhat.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On 05-04-16 11:46, Ian Campbell wrote: > On Sun, 2016-04-03 at 09:43 +0200, Hans de Goede wrote: >> We have CONFIG_CMD_GPIO=y in almost all sunxi boards, but after >> its Kconfig conversion it has ended up missing on some recently >> added boards. > > The "almost all" is entirely down to the accidental omissions, right? Right. > i.e. are no boards where GPIO support is deliberately disabled I think > (because all SoCs have them and it'd be practically impossible to build > a system without using at least one of them). > > >> Simply select it for ARCH_SUNXI, so that we get it on all >> sunxi boards for both a consistent user experience and simpler >> defconfig files. >> >> Signed-off-by: Hans de Goede > > Regardless of the question above (which is just curiosity really): > > Acked-by: Ian Campbell > Thanks for the reviews. Regards, Hans