diff mbox series

[v2] docs: Kconfig: fix defconfig description

Message ID 20250228113706.154519-3-satoru.takeuchi@gmail.com (mailing list archive)
State New
Headers show
Series [v2] docs: Kconfig: fix defconfig description | expand

Commit Message

Satoru Takeuchi Feb. 28, 2025, 11:37 a.m. UTC
Commit 2a86f6612164 ("kbuild: use KBUILD_DEFCONFIG as the fallback
for DEFCONFIG_LIST") removed arch/$ARCH/defconfig; however,
the document has not been updated to reflect this change yet.

Signed-off-by: Satoru Takeuchi <satoru.takeuchi@gmail.com>
---
 Documentation/admin-guide/README.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Masahiro Yamada March 2, 2025, 4:39 p.m. UTC | #1
On Fri, Feb 28, 2025 at 8:37 PM Satoru Takeuchi
<satoru.takeuchi@gmail.com> wrote:
>
> Commit 2a86f6612164 ("kbuild: use KBUILD_DEFCONFIG as the fallback
> for DEFCONFIG_LIST") removed arch/$ARCH/defconfig; however,
> the document has not been updated to reflect this change yet.
>
> Signed-off-by: Satoru Takeuchi <satoru.takeuchi@gmail.com>
> ---

Applied to linux-kbuild. Thanks.



--
Best Regards
Masahiro Yamada
diff mbox series

Patch

diff --git a/Documentation/admin-guide/README.rst b/Documentation/admin-guide/README.rst
index eb9452668909..b557cf1c820d 100644
--- a/Documentation/admin-guide/README.rst
+++ b/Documentation/admin-guide/README.rst
@@ -176,7 +176,7 @@  Configuring the kernel
                         values without prompting.
 
      "make defconfig"   Create a ./.config file by using the default
-                        symbol values from either arch/$ARCH/defconfig
+                        symbol values from either arch/$ARCH/configs/defconfig
                         or arch/$ARCH/configs/${PLATFORM}_defconfig,
                         depending on the architecture.