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 source "scripts/Kconfig.include" !! 8 config SRCARCH >> 9 string >> 10 option env="SRCARCH" 9 11 10 source "init/Kconfig" !! 12 source "arch/$SRCARCH/Kconfig" 11 << 12 source "kernel/Kconfig.freezer" << 13 << 14 source "fs/Kconfig.binfmt" << 15 << 16 source "mm/Kconfig" << 17 << 18 source "net/Kconfig" << 19 << 20 source "drivers/Kconfig" << 21 << 22 source "fs/Kconfig" << 23 << 24 source "security/Kconfig" << 25 << 26 source "crypto/Kconfig" << 27 << 28 source "lib/Kconfig" << 29 << 30 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.