sandbox: enable GPIO driver
authorSimon Glass <sjg@chromium.org>
Wed, 15 Feb 2012 23:51:14 +0000 (15:51 -0800)
committerMike Frysinger <vapier@gentoo.org>
Mon, 12 Mar 2012 15:03:43 +0000 (11:03 -0400)
Enable the new GPIO driver for sandbox.

Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
include/configs/sandbox.h

index 6790216..a58a34e 100644 (file)
 
 #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.
  */