aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeniamino Galvani <b.galvani@gmail.com>2017-07-10 00:30:05 +0200
committerTom Rini <trini@konsulko.com>2017-07-26 11:26:49 -0400
commit9cb1c49afb84d102fc6915bdb106069826ad3c92 (patch)
tree4f21206b706b93d9fcdc08254a08f145fa11c16d
parent2009a8d03fe5aa660c4da04a731a4d75785d4b6b (diff)
odroid-c2: enable GPIO
GPIOs are now supported on Meson GXBB, enable driver and command in the config. Signed-off-by: Beniamino Galvani <b.galvani@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
-rw-r--r--configs/odroid-c2_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/odroid-c2_defconfig b/configs/odroid-c2_defconfig
index e03e017bd8..121dcf2d6c 100644
--- a/configs/odroid-c2_defconfig
+++ b/configs/odroid-c2_defconfig
@@ -14,9 +14,11 @@ CONFIG_ENV_IS_NOWHERE=y
# CONFIG_CMD_LOADS is not set
CONFIG_CMD_MMC=y
# CONFIG_CMD_FPGA is not set
+CONFIG_CMD_GPIO=y
# CONFIG_CMD_SETEXPR is not set
CONFIG_OF_CONTROL=y
CONFIG_NET_RANDOM_ETHADDR=y
+CONFIG_DM_GPIO=y
CONFIG_DM_MMC=y
CONFIG_MMC_MESON_GX=y
CONFIG_DM_ETH=y