]> git.sur5r.net Git - u-boot/blobdiff - README
net: Move the CMD_NET config to defconfigs
[u-boot] / README
diff --git a/README b/README
index a96dd428cbbe5644514469d2fa9dd76812ff4ec6..119bbc994d22db4dc544f16544be622d55d5d2eb 100644 (file)
--- a/README
+++ b/README
@@ -4142,6 +4142,10 @@ Configuration Settings:
                list, simply add an entry for the same variable name to the
                ".flags" variable.
 
+       If CONFIG_REGEX is defined, the variable_name above is evaluated as a
+       regular expression. This allows multiple variables to define the same
+       flags without explicitly listing them for each variable.
+
 - CONFIG_ENV_ACCESS_IGNORE_FORCE
        If defined, don't allow the -f switch to env set override variable
        access flags.
@@ -5540,6 +5544,10 @@ override any association in the static list. You can define
 CONFIG_ENV_CALLBACK_LIST_DEFAULT to a list (string) to define the
 ".callbacks" environment variable in the default or embedded environment.
 
+If CONFIG_REGEX is defined, the variable_name above is evaluated as a
+regular expression. This allows multiple variables to be connected to
+the same callback without explicitly listing them all out.
+
 
 Command Line Parsing:
 =====================