hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/Kconfig
....@@ -1,11 +1,9 @@
11 # SPDX-License-Identifier: GPL-2.0
22 #
33 # For a description of the syntax of this configuration file,
4
-# see Documentation/kbuild/kconfig-language.txt.
4
+# see Documentation/kbuild/kconfig-language.rst.
55 #
66 mainmenu "Linux/$(ARCH) $(KERNELVERSION) Kernel Configuration"
7
-
8
-comment "Compiler: $(CC_VERSION_TEXT)"
97
108 source "scripts/Kconfig.include"
119
....@@ -30,3 +28,5 @@
3028 source "lib/Kconfig"
3129
3230 source "lib/Kconfig.debug"
31
+
32
+source "Documentation/Kconfig"