From: Simon Glass Date: Wed, 15 Feb 2012 23:51:14 +0000 (-0800) Subject: sandbox: enable GPIO driver X-Git-Tag: v2025.01-rc5-pxa1908~17674^2~253^2~7 X-Git-Url: http://git.dujemihanovic.xyz/%7B%7B%20%24style.RelPermalink%20%7D%7D?a=commitdiff_plain;h=eef448e1efeb589a3f725977a339a83d86b91331;p=u-boot.git 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. */