]> git.sur5r.net Git - u-boot/blobdiff - common/Kconfig
Move setexpr to Kconfig
[u-boot] / common / Kconfig
index 5b8b0c3fe7e82f4eb2efa169380e1ebd043ade11..2e3b8c082a1d220301ea356d1699ed250e29b4d3 100644 (file)
@@ -252,6 +252,14 @@ config CMD_SOURCE
        help
          Run script from memory
 
+config CMD_SETEXPR
+       bool "setexpr"
+       help
+         Evaluate boolean and math expressions and store the result in an env
+           variable.
+         Also supports loading the value at a memory location into a variable.
+         If CONFIG_REGEX is enabled, setexpr also supports a gsub function.
+
 endmenu
 
 menu "Network commands"