commit | 3a077cdb85f4c11faf9fab1c4ec2a78d85b06cc8 | [log] [tgz] |
---|---|---|
author | Thomas Chou <thomas@wytron.com.tw> | Wed Nov 11 21:39:33 2015 +0800 |
committer | Tom Rini <trini@konsulko.com> | Wed Nov 18 14:50:06 2015 -0500 |
tree | a1b93db7f6026cfa8f556b3dcd47f9cab8b50710 | |
parent | f17af430c15b4f52b1773eb0553372760b67b00c [diff] [blame] |
common: add CMD_GPIO to Kconfig Add CMD_GPIO to Kconfig and run tools/moveconfig.py . Signed-off-by: Thomas Chou <thomas@wytron.com.tw> Reviewed-by: Simon Glass <sjg@chromium.org>
diff --git a/configs/omap3_beagle_defconfig b/configs/omap3_beagle_defconfig index dde076a..7535a17 100644 --- a/configs/omap3_beagle_defconfig +++ b/configs/omap3_beagle_defconfig
@@ -5,3 +5,4 @@ CONFIG_SYS_EXTRA_OPTIONS="NAND" # CONFIG_CMD_IMLS is not set # CONFIG_CMD_FLASH is not set +CONFIG_CMD_GPIO=y