diff options
author | Simon Glass <sjg@chromium.org> | 2012-02-15 15:51:14 -0800 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-03-12 11:03:43 -0400 |
commit | eef448e1efeb589a3f725977a339a83d86b91331 (patch) | |
tree | 82332724e3dbd70a1a019f51aa18dbbbde6aedfd | |
parent | 8d30fcd9a15da1fbe803af6d584ef0c4997e47e0 (diff) | |
download | u-boot-imx-eef448e1efeb589a3f725977a339a83d86b91331.zip u-boot-imx-eef448e1efeb589a3f725977a339a83d86b91331.tar.gz u-boot-imx-eef448e1efeb589a3f725977a339a83d86b91331.tar.bz2 |
sandbox: enable GPIO driver
Enable the new GPIO driver for sandbox.
Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
-rw-r--r-- | include/configs/sandbox.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index 6790216..a58a34e 100644 --- a/include/configs/sandbox.h +++ b/include/configs/sandbox.h @@ -34,6 +34,10 @@ #define CONFIG_SYS_VSNPRINTF +#define CONFIG_CMD_GPIO +#define CONFIG_SANDBOX_GPIO +#define CONFIG_SANDBOX_GPIO_COUNT 20 + /* * Size of malloc() pool, although we don't actually use this yet. */ |