summaryrefslogtreecommitdiff
path: root/board/gateworks
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-05-17 09:25:24 (GMT)
committerTom Rini <trini@konsulko.com>2017-05-22 13:33:58 (GMT)
commit520f556d0d6fac7bc442095815c4ba68efb719ca (patch)
treeae7ac124c26746c0531b2ede9ea706dad932b3f1 /board/gateworks
parentd91a9d7fb3910dcbb913bfe183c5268f0e5f928b (diff)
downloadu-boot-520f556d0d6fac7bc442095815c4ba68efb719ca.tar.xz
Convert CONFIG_CMD_GSC to Kconfig
This converts the following to Kconfig: CONFIG_CMD_GSC Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/gateworks')
-rw-r--r--board/gateworks/gw_ventana/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/board/gateworks/gw_ventana/Kconfig b/board/gateworks/gw_ventana/Kconfig
index c577984..5d1bae4 100644
--- a/board/gateworks/gw_ventana/Kconfig
+++ b/board/gateworks/gw_ventana/Kconfig
@@ -14,4 +14,12 @@ config CMD_EECONFIG
help
Provides access to EEPROM configuration on Gateworks Ventana
+config CMD_GSC
+ bool "Enable the 'gsc' command"
+ help
+ Provides access to the GSC configuration:
+
+ gsc sleep - sleeps for a period of seconds
+ gsc wd - enables / disables the watchdog
+
endif