commit | c951167c8fc179aaf1f3bed42a9e54f7695364ff | [log] [tgz] |
---|---|---|
author | Hans de Goede <hdegoede@redhat.com> | Sun Apr 03 09:41:44 2016 +0200 |
committer | Hans de Goede <hdegoede@redhat.com> | Tue Apr 12 08:58:03 2016 +0200 |
tree | 648155347da8ce927a3a096ce02b22509a458b6b | |
parent | c9754408fb791687c1457fe1c1a4328d9af384bd [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>