diff options
| author | 2025-06-26 20:06:12 -0700 | |
|---|---|---|
| committer | 2025-07-26 15:31:29 +0900 | |
| commit | 1f937cdf32689279297185be72751ae1c5566baf (patch) | |
| tree | c0cac34afb7c2e44881ae805d4e1c825032e821f | |
| parent | kconfig: nconf: Ensure null termination where strncpy is used (diff) | |
| download | wireguard-linux-1f937cdf32689279297185be72751ae1c5566baf.tar.xz wireguard-linux-1f937cdf32689279297185be72751ae1c5566baf.zip | |
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>
| -rw-r--r-- | Documentation/kbuild/kconfig.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/kbuild/kconfig.rst b/Documentation/kbuild/kconfig.rst index fc4e845bc249..d213c4f599a4 100644 --- a/Documentation/kbuild/kconfig.rst +++ b/Documentation/kbuild/kconfig.rst @@ -67,12 +67,12 @@ Environment variables for ``*config``: with its value when saving the configuration, instead of using the default, ``CONFIG_``. -Environment variables for ``{allyes/allmod/allno/rand}config``: +Environment variables for ``{allyes/allmod/allno/alldef/rand}config``: ``KCONFIG_ALLCONFIG`` - The allyesconfig/allmodconfig/allnoconfig/randconfig variants can also - use the environment variable KCONFIG_ALLCONFIG as a flag or a filename - that contains config symbols that the user requires to be set to a + The allyesconfig/allmodconfig/alldefconfig/allnoconfig/randconfig variants + can also use the environment variable KCONFIG_ALLCONFIG as a flag or 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 KCONFIG_ALLCONFIG == "" or KCONFIG_ALLCONFIG == "1", ``make *config`` checks for a file named "all{yes/mod/no/def/random}.config" |
