From 88bb800ddf80fd301c3201596f174b0a82f1da3b Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Sun, 3 Apr 2016 09:41:44 +0200 Subject: sunxi: Enable CMD_GPIO on all sunxi boards 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: Hans de Goede Acked-by: Ian Campbell --- arch/arm/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm') diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index f18dbe683c..2b899b89b2 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -538,6 +538,7 @@ config TARGET_CM_T43 config ARCH_SUNXI bool "Support sunxi (Allwinner) SoCs" + select CMD_GPIO select CMD_USB select DM select DM_ETH -- cgit v1.2.1