* [PATCH] docs: kbuild/kconfig: add alldefconfig to the all*configs
@ 2025-06-27 3:06 Randy Dunlap
2025-06-27 9:04 ` Masahiro Yamada
0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2025-06-27 3:06 UTC (permalink / raw)
To: linux-kernel
Cc: Randy Dunlap, Jonathan Corbet, linux-doc, Masahiro Yamada,
Nathan Chancellor, Nicolas Schier, linux-kbuild
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>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Cc: Masahiro Yamada <masahiroy@kernel.org>
Cc: Nathan Chancellor <nathan@kernel.org>
Cc: Nicolas Schier <nicolas.schier@linux.dev>
Cc: linux-kbuild@vger.kernel.org
---
Documentation/kbuild/kconfig.rst | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
--- lnx-616-rc3.orig/Documentation/kbuild/kconfig.rst
+++ lnx-616-rc3/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"
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] docs: kbuild/kconfig: add alldefconfig to the all*configs
2025-06-27 3:06 [PATCH] docs: kbuild/kconfig: add alldefconfig to the all*configs Randy Dunlap
@ 2025-06-27 9:04 ` Masahiro Yamada
0 siblings, 0 replies; 2+ messages in thread
From: Masahiro Yamada @ 2025-06-27 9:04 UTC (permalink / raw)
To: Randy Dunlap
Cc: linux-kernel, Jonathan Corbet, linux-doc, Nathan Chancellor,
Nicolas Schier, linux-kbuild
On Fri, Jun 27, 2025 at 12:06 PM Randy Dunlap <rdunlap@infradead.org> wrote:
>
> 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>
> Cc: Jonathan Corbet <corbet@lwn.net>
> Cc: linux-doc@vger.kernel.org
> Cc: Masahiro Yamada <masahiroy@kernel.org>
> Cc: Nathan Chancellor <nathan@kernel.org>
> Cc: Nicolas Schier <nicolas.schier@linux.dev>
> Cc: linux-kbuild@vger.kernel.org
> ---
Applied to linux-kbuild.
Thanks.
> Documentation/kbuild/kconfig.rst | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> --- lnx-616-rc3.orig/Documentation/kbuild/kconfig.rst
> +++ lnx-616-rc3/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"
--
Best Regards
Masahiro Yamada
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-06-27 9:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-27 3:06 [PATCH] docs: kbuild/kconfig: add alldefconfig to the all*configs Randy Dunlap
2025-06-27 9:04 ` Masahiro Yamada
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).