kernel/Kconfig
.. .. @@ -1,11 +1,9 @@ 1 1 # SPDX-License-Identifier: GPL-2.0 2 2 # 3 3 # For a description of the syntax of this configuration file, 4 -# see Documentation/kbuild/kconfig-language.txt.4 +# see Documentation/kbuild/kconfig-language.rst.5 5 # 6 6 mainmenu "Linux/$(ARCH) $(KERNELVERSION) Kernel Configuration" 7 -8 -comment "Compiler: $(CC_VERSION_TEXT)"9 7 10 8 source "scripts/Kconfig.include" 11 9 .. .. @@ -30,3 +28,5 @@ 30 28 source "lib/Kconfig" 31 29 32 30 source "lib/Kconfig.debug" 31 +32 +source "Documentation/Kconfig"