Commit 9cb1c49afb84d102fc6915bdb106069826ad3c92

Authored by Beniamino Galvani
Committed by Tom Rini
1 parent 2009a8d03f

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>

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

configs/odroid-c2_defconfig
... ... @@ -14,9 +14,11 @@
14 14 # CONFIG_CMD_LOADS is not set
15 15 CONFIG_CMD_MMC=y
16 16 # CONFIG_CMD_FPGA is not set
  17 +CONFIG_CMD_GPIO=y
17 18 # CONFIG_CMD_SETEXPR is not set
18 19 CONFIG_OF_CONTROL=y
19 20 CONFIG_NET_RANDOM_ETHADDR=y
  21 +CONFIG_DM_GPIO=y
20 22 CONFIG_DM_MMC=y
21 23 CONFIG_MMC_MESON_GX=y
22 24 CONFIG_DM_ETH=y