diff options
author | Hans de Goede <hdegoede@redhat.com> | 2016-04-03 09:41:44 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2016-04-12 08:58:03 +0200 |
commit | 88bb800ddf80fd301c3201596f174b0a82f1da3b (patch) | |
tree | 648155347da8ce927a3a096ce02b22509a458b6b /arch/arm/Kconfig | |
parent | b24f7f008d6d29d7fb70d42ef40bb51001f3ab0f (diff) | |
download | u-boot-imx-88bb800ddf80fd301c3201596f174b0a82f1da3b.zip u-boot-imx-88bb800ddf80fd301c3201596f174b0a82f1da3b.tar.gz u-boot-imx-88bb800ddf80fd301c3201596f174b0a82f1da3b.tar.bz2 |
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 <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index f18dbe6..2b899b8 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 |