Re: [U-Boot] [PATCH] sunxi: Enable CMD_GPIO on all sunxi boards

2016-04-05 Thread Hans de Goede
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

Re: [U-Boot] [PATCH] sunxi: Enable CMD_GPIO on all sunxi boards

2016-04-05 Thread Ian Campbell
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? i.e. are no boards where

[U-Boot] [PATCH] sunxi: Enable CMD_GPIO on all sunxi boards

2016-04-03 Thread Hans de Goede
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. 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: Ha