From: Simon Glass Date: Wed, 15 Feb 2012 23:51:14 +0000 (-0800) Subject: sandbox: enable GPIO driver X-Git-Tag: v2012.04-rc1~64^2~7 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=eef448e1efeb589a3f725977a339a83d86b91331;p=u-boot sandbox: enable GPIO driver Enable the new GPIO driver for sandbox. Signed-off-by: Simon Glass Signed-off-by: Mike Frysinger --- diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index 6790216751..a58a34e58c 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. */