diff options
Diffstat (limited to 'Kconfig')
| -rw-r--r-- | Kconfig | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,12 +1,10 @@ # 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" -comment "Compiler: $(CC_VERSION_TEXT)" - source "scripts/Kconfig.include" source "init/Kconfig" @@ -30,3 +28,7 @@ source "crypto/Kconfig" source "lib/Kconfig" source "lib/Kconfig.debug" + +source "Documentation/Kconfig" + +source "io_uring/Kconfig" |
