docs: kconfig: add alldefconfig to the all*configs
Add "alldefconfig" to the explanation of the KCONFIG_ALLCONFIG environment variable usage so that all targets that use KCONFIG_ALLCONFIG are listed. Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
This commit is contained in:
parent
f468992936
commit
1f937cdf32
|
|
@ -67,12 +67,12 @@ Environment variables for ``*config``:
|
||||||
with its value when saving the configuration, instead of using the
|
with its value when saving the configuration, instead of using the
|
||||||
default, ``CONFIG_``.
|
default, ``CONFIG_``.
|
||||||
|
|
||||||
Environment variables for ``{allyes/allmod/allno/rand}config``:
|
Environment variables for ``{allyes/allmod/allno/alldef/rand}config``:
|
||||||
|
|
||||||
``KCONFIG_ALLCONFIG``
|
``KCONFIG_ALLCONFIG``
|
||||||
The allyesconfig/allmodconfig/allnoconfig/randconfig variants can also
|
The allyesconfig/allmodconfig/alldefconfig/allnoconfig/randconfig variants
|
||||||
use the environment variable KCONFIG_ALLCONFIG as a flag or a filename
|
can also use the environment variable KCONFIG_ALLCONFIG as a flag or a
|
||||||
that contains config symbols that the user requires to be set to a
|
filename that contains config symbols that the user requires to be set to a
|
||||||
specific value. If KCONFIG_ALLCONFIG is used without a filename where
|
specific value. If KCONFIG_ALLCONFIG is used without a filename where
|
||||||
KCONFIG_ALLCONFIG == "" or KCONFIG_ALLCONFIG == "1", ``make *config``
|
KCONFIG_ALLCONFIG == "" or KCONFIG_ALLCONFIG == "1", ``make *config``
|
||||||
checks for a file named "all{yes/mod/no/def/random}.config"
|
checks for a file named "all{yes/mod/no/def/random}.config"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue