Skip to content
Snippets Groups Projects
Commit eef448e1 authored by Simon Glass's avatar Simon Glass Committed by Mike Frysinger
Browse files

sandbox: enable GPIO driver


Enable the new GPIO driver for sandbox.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent 8d30fcd9
No related branches found
No related tags found
No related merge requests found
......@@ -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.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment