X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=common%2FKconfig;h=a2167f01f739dcdc3bdd0f1e9b4f7e15d6272796;hb=6eed3786c68c8a49d2986ac4f9f6e3071b769d41;hp=5b8b0c3fe7e82f4eb2efa169380e1ebd043ade11;hpb=6262b72b8beff316eefc673e1a45ecfee76c9cb1;p=platform%2Fkernel%2Fu-boot.git diff --git a/common/Kconfig b/common/Kconfig index 5b8b0c3..a2167f0 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -252,12 +252,21 @@ 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" config CMD_NET bool "bootp, tftpboot" + select NET help Network commands. bootp - boot image via network using BOOTP/TFTP protocol