X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=Kconfig;h=e10b3ee084d4d86c40ada12837b6dd2e76d40f7d;hb=7d8ad890dad00f6cd64bfb44d9be4fceb10cf819;hp=48a80beab6853d1461f277229625aa066d75a4e7;hpb=aba16dc5cf9318b4e0fe92f8261779cd9f1d2d77;p=linux.git diff --git a/Kconfig b/Kconfig index 48a80beab685..e10b3ee084d4 100644 --- a/Kconfig +++ b/Kconfig @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 # # For a description of the syntax of this configuration file, -# see Documentation/kbuild/kconfig-language.txt. +# see Documentation/kbuild/kconfig-language.rst. # mainmenu "Linux/$(ARCH) $(KERNELVERSION) Kernel Configuration" @@ -30,3 +30,5 @@ source "crypto/Kconfig" source "lib/Kconfig" source "lib/Kconfig.debug" + +source "Documentation/Kconfig"