summaryrefslogtreecommitdiff
path: root/cmd/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/Kconfig')
-rw-r--r--cmd/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 595ac49da41..f12fcf6631e 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -940,6 +940,13 @@ config CMD_MEMINFO_MAP
See doc/usage/cmd/meminfo.rst for more information.
+config CMD_MEMSIZE
+ bool "memsize"
+ depends on CMD_MEMINFO
+ help
+ Get RAM via command for use in scripts. Print or assign decimal value
+ in MiB to environment variable.
+
config CMD_MEMORY
bool "md, mm, nm, mw, cp, cmp, base, loop"
default y