Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: Kconfig: fix defconfig description

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>

authored by

Satoru Takeuchi and committed by
Masahiro Yamada
dd0b7d4a 02e9a22c

+1 -1
+1 -1
Documentation/admin-guide/README.rst
··· 176 176 values without prompting. 177 177 178 178 "make defconfig" Create a ./.config file by using the default 179 - symbol values from either arch/$ARCH/defconfig 179 + symbol values from either arch/$ARCH/configs/defconfig 180 180 or arch/$ARCH/configs/${PLATFORM}_defconfig, 181 181 depending on the architecture. 182 182