summaryrefslogtreecommitdiff
path: root/board/gateworks
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-05-17 03:25:09 -0600
committerTom Rini <trini@konsulko.com>2017-05-22 08:37:14 -0400
commitd96e8985f60ba61150b1b67b2b1ba1a540b40ca9 (patch)
tree918cd46762eb176b9b6b640f54c6d78b110ee104 /board/gateworks
parentd63323fb59fb8ccb6b86aad6c54418708f7556e2 (diff)
Convert CONFIG_CMD_EECONFIG to Kconfig
This converts the following to Kconfig: CONFIG_CMD_EECONFIG Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/gateworks')
-rw-r--r--board/gateworks/gw_ventana/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/board/gateworks/gw_ventana/Kconfig b/board/gateworks/gw_ventana/Kconfig
index ccce98e2ed..c5779846da 100644
--- a/board/gateworks/gw_ventana/Kconfig
+++ b/board/gateworks/gw_ventana/Kconfig
@@ -9,4 +9,9 @@ config SYS_VENDOR
config SYS_CONFIG_NAME
default "gw_ventana"
+config CMD_EECONFIG
+ bool "Enable the 'econfig' command"
+ help
+ Provides access to EEPROM configuration on Gateworks Ventana
+
endif