Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Randy Dunlap and committed by
Masahiro Yamada
1f937cdf f4689929

+4 -4
+4 -4
Documentation/kbuild/kconfig.rst
··· 67 67 with its value when saving the configuration, instead of using the 68 68 default, ``CONFIG_``. 69 69 70 - Environment variables for ``{allyes/allmod/allno/rand}config``: 70 + Environment variables for ``{allyes/allmod/allno/alldef/rand}config``: 71 71 72 72 ``KCONFIG_ALLCONFIG`` 73 - The allyesconfig/allmodconfig/allnoconfig/randconfig variants can also 74 - use the environment variable KCONFIG_ALLCONFIG as a flag or a filename 75 - that contains config symbols that the user requires to be set to a 73 + The allyesconfig/allmodconfig/alldefconfig/allnoconfig/randconfig variants 74 + can also use the environment variable KCONFIG_ALLCONFIG as a flag or a 75 + filename that contains config symbols that the user requires to be set to a 76 76 specific value. If KCONFIG_ALLCONFIG is used without a filename where 77 77 KCONFIG_ALLCONFIG == "" or KCONFIG_ALLCONFIG == "1", ``make *config`` 78 78 checks for a file named "all{yes/mod/no/def/random}.config"