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 /configs/Mele_A1000G_quad_defconfig | |
parent | b24f7f008d6d29d7fb70d42ef40bb51001f3ab0f (diff) |
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 'configs/Mele_A1000G_quad_defconfig')
-rw-r--r-- | configs/Mele_A1000G_quad_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/Mele_A1000G_quad_defconfig b/configs/Mele_A1000G_quad_defconfig index 61270987f2d..b3f825e33f2 100644 --- a/configs/Mele_A1000G_quad_defconfig +++ b/configs/Mele_A1000G_quad_defconfig @@ -11,7 +11,6 @@ CONFIG_SYS_EXTRA_OPTIONS="SUNXI_GMAC" # CONFIG_CMD_IMLS is not set # CONFIG_CMD_FLASH is not set # CONFIG_CMD_FPGA is not set -CONFIG_CMD_GPIO=y CONFIG_ETH_DESIGNWARE=y CONFIG_AXP_DCDC1_VOLT=3300 CONFIG_AXP_ALDO1_VOLT=3300 |