[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAK7LNARmi687t4YhCTaVXKr6EKCrNo_zNxzzfVEvDPUs0EGMew@mail.gmail.com>
Date: Fri, 27 Jun 2025 18:04:18 +0900
From: Masahiro Yamada <masahiroy@...nel.org>
To: Randy Dunlap <rdunlap@...radead.org>
Cc: linux-kernel@...r.kernel.org, Jonathan Corbet <corbet@....net>, linux-doc@...r.kernel.org,
Nathan Chancellor <nathan@...nel.org>, Nicolas Schier <nicolas.schier@...ux.dev>,
linux-kbuild@...r.kernel.org
Subject: Re: [PATCH] docs: kbuild/kconfig: add alldefconfig to the all*configs
On Fri, Jun 27, 2025 at 12:06 PM Randy Dunlap <rdunlap@...radead.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@...radead.org>
> Cc: Jonathan Corbet <corbet@....net>
> Cc: linux-doc@...r.kernel.org
> Cc: Masahiro Yamada <masahiroy@...nel.org>
> Cc: Nathan Chancellor <nathan@...nel.org>
> Cc: Nicolas Schier <nicolas.schier@...ux.dev>
> Cc: linux-kbuild@...r.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
Powered by blists - more mailing lists