提交 6aab5ae9 编写于 作者: J Joe Hershberger 提交者: Tom Rini

common: Add the CMD_ENV_EXISTS config to Kconfig

This command needs to exist in the Kconfig so that it can be moved from
the config_cmd_default.h.
Signed-off-by: NJoe Hershberger <joe.hershberger@ni.com>
上级 f38bec9f
......@@ -191,6 +191,12 @@ config CMD_SAVEENV
Save all environment variables into the compiled-in persistent
storage.
config CMD_ENV_EXISTS
bool "env exists"
help
Check if a variable is defined in the environment for use in
shell scripting.
endmenu
menu "Memory commands"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册