mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-12 03:58:47 +01:00
sandbox: enable GPIO driver
Enable the new GPIO driver for sandbox. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
8d30fcd9a1
commit
eef448e1ef
1 changed files with 4 additions and 0 deletions
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue