]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
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 679021675171713175a39fef0cb03aa5f4a03f3b..a58a34e58c9018062920ae42c971ef60c35f050f 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.
  */