summaryrefslogtreecommitdiffstats
path: root/include/configs/sandbox.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-02-26 15:59:25 -0700
committerTom Rini <trini@ti.com>2014-03-04 12:15:30 -0500
commite2d8a714a7e6047124581b93d1cfe9c7702cedd4 (patch)
treea2967b99965ef1a3bc4ab5fb1e9cc9a901a87741 /include/configs/sandbox.h
parent96495d90fe0165cf0cc721083e5a0b83771e3509 (diff)
downloadtalos-obmc-uboot-e2d8a714a7e6047124581b93d1cfe9c7702cedd4.tar.gz
talos-obmc-uboot-e2d8a714a7e6047124581b93d1cfe9c7702cedd4.zip
sandbox: Convert GPIOs to use driver model
Convert sandbox over to use driver model GPIOs. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/sandbox.h')
-rw-r--r--include/configs/sandbox.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h
index 1d11c40b10..6f424e1e68 100644
--- a/include/configs/sandbox.h
+++ b/include/configs/sandbox.h
@@ -26,6 +26,7 @@
#define CONFIG_DM_DEMO
#define CONFIG_DM_DEMO_SIMPLE
#define CONFIG_DM_DEMO_SHAPE
+#define CONFIG_DM_GPIO
#define CONFIG_DM_TEST
/* Number of bits in a C 'long' on this architecture */
OpenPOWER on IntegriCloud