summaryrefslogtreecommitdiffstats
path: root/common/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'common/Kconfig')
-rw-r--r--common/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/common/Kconfig b/common/Kconfig
index f628315dbd..7875e5e2e2 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -19,4 +19,10 @@ config CMD_EXPORTENV
help
Export environments.
+config CMD_GO
+ bool "Enable go command"
+ default y
+ help
+ Start an application at a given address.
+
endmenu
OpenPOWER on IntegriCloud