Linux kbuild/kconfig development
 help / color / mirror / Atom feed
* [PATCH] docs: Kconfig: fix defconfig description
@ 2025-02-27 12:23 Satoru Takeuchi
  2025-02-27 15:43 ` Miguel Ojeda
  0 siblings, 1 reply; 2+ messages in thread
From: Satoru Takeuchi @ 2025-02-27 12:23 UTC (permalink / raw)
  To: linux-kbuild; +Cc: Satoru Takeuchi

The commit 2a86f6612164 remved arch/$ARCH/defconfig.

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

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.
 
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-02-27 15:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-27 12:23 [PATCH] docs: Kconfig: fix defconfig description Satoru Takeuchi
2025-02-27 15:43 ` Miguel Ojeda

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox