Skip to content

Commit 1f937cd

Browse files
rddunlapmasahir0y
authored andcommitted
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 <[email protected]> Signed-off-by: Masahiro Yamada <[email protected]>
1 parent f468992 commit 1f937cd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Documentation/kbuild/kconfig.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@ Environment variables for ``*config``:
6767
with its value when saving the configuration, instead of using the
6868
default, ``CONFIG_``.
6969

70-
Environment variables for ``{allyes/allmod/allno/rand}config``:
70+
Environment variables for ``{allyes/allmod/allno/alldef/rand}config``:
7171

7272
``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
7676
specific value. If KCONFIG_ALLCONFIG is used without a filename where
7777
KCONFIG_ALLCONFIG == "" or KCONFIG_ALLCONFIG == "1", ``make *config``
7878
checks for a file named "all{yes/mod/no/def/random}.config"

0 commit comments

Comments
 (0)