]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
docs: Kconfig: fix defconfig description
authorSatoru Takeuchi <satoru.takeuchi@gmail.com>
Fri, 28 Feb 2025 11:37:08 +0000 (20:37 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Tue, 4 Mar 2025 19:07:06 +0000 (04:07 +0900)
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>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Documentation/admin-guide/README.rst

index eb94526689091311a32b13b5f69d1ff3727854b4..b557cf1c820d281add0f12ae896db9b59f598f4e 100644 (file)
@@ -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.