diff options
author | Simon Glass <sjg@chromium.org> | 2015-03-06 20:19:01 (GMT) |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-04-18 17:11:37 (GMT) |
commit | d79c50af26d1f083478340182b0220d2f019944d (patch) | |
tree | fa6d5b8e6d673166b1c5ccbb617a92c521a31d89 /configs | |
parent | ee2b24340fd1d63a27ac4ed6ac828ade1469dbe7 (diff) | |
download | u-boot-d79c50af26d1f083478340182b0220d2f019944d.tar.xz |
sandbox: Move GPIO CONFIGs to Kconfig
Move these over to Kconfig and tidy up.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/sandbox_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 288aacc..b911c02 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -17,3 +17,4 @@ CONFIG_USB_EMUL=y CONFIG_USB_STORAGE=y CONFIG_BOOTSTAGE=y CONFIG_BOOTSTAGE_REPORT=y +CONFIG_SANDBOX_GPIO=y |