From: Beniamino Galvani Date: Sun, 9 Jul 2017 22:30:05 +0000 (+0200) Subject: odroid-c2: enable GPIO X-Git-Url: http://git.ipfire.org/?p=people%2Fms%2Fu-boot.git;a=commitdiff_plain;h=9cb1c49afb84d102fc6915bdb106069826ad3c92 odroid-c2: enable GPIO GPIOs are now supported on Meson GXBB, enable driver and command in the config. Signed-off-by: Beniamino Galvani Reviewed-by: Simon Glass --- 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