]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - cmd/Kconfig
Convert CONFIG_CMD_ENV_FLAGS to Kconfig
[people/ms/u-boot.git] / cmd / Kconfig
index 3ac876403c1f9cbab3d119b647605cb7bef3a38c..ab09a9f52842d33d148bfca2f690b7c7847805e1 100644 (file)
@@ -322,6 +322,14 @@ config CMD_ENV_CALLBACK
          For example changing "baudrate" adjust the serial baud rate. This
          command lists the currently defined callbacks.
 
+config CMD_ENV_FLAGS
+       bool "env flags -print variables that have non-default flags"
+       help
+         Some environment variables have special flags that control their
+         behaviour. For example, serial# can only be written once and cannot
+         be deleted. This command shows the variables that have special
+         flags.
+
 endmenu
 
 menu "Memory commands"