1 # SPDX-License-Identifier: GPL-2.0 1 # SPDX-License-Identifier: GPL-2.0 2 # 2 # 3 # For a description of the syntax of this conf 3 # For a description of the syntax of this configuration file, 4 # see Documentation/kbuild/kconfig-language.rs !! 4 # see Documentation/kbuild/kconfig-language.txt. 5 # 5 # 6 mainmenu "Linux/$(ARCH) $(KERNELVERSION) Kerne 6 mainmenu "Linux/$(ARCH) $(KERNELVERSION) Kernel Configuration" 7 7 >> 8 comment "Compiler: $(CC_VERSION_TEXT)" >> 9 8 source "scripts/Kconfig.include" 10 source "scripts/Kconfig.include" 9 11 10 source "init/Kconfig" 12 source "init/Kconfig" 11 13 12 source "kernel/Kconfig.freezer" 14 source "kernel/Kconfig.freezer" 13 15 14 source "fs/Kconfig.binfmt" 16 source "fs/Kconfig.binfmt" 15 17 16 source "mm/Kconfig" 18 source "mm/Kconfig" 17 19 18 source "net/Kconfig" 20 source "net/Kconfig" 19 21 20 source "drivers/Kconfig" 22 source "drivers/Kconfig" 21 23 22 source "fs/Kconfig" 24 source "fs/Kconfig" 23 25 24 source "security/Kconfig" 26 source "security/Kconfig" 25 27 26 source "crypto/Kconfig" 28 source "crypto/Kconfig" 27 29 28 source "lib/Kconfig" 30 source "lib/Kconfig" 29 31 30 source "lib/Kconfig.debug" 32 source "lib/Kconfig.debug" 31 << 32 source "Documentation/Kconfig" <<
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.