Kconfig 595 字节
Newer Older
1
# SPDX-License-Identifier: GPL-2.0
2 3
#
# For a description of the syntax of this configuration file,
4
# see Documentation/kbuild/kconfig-language.rst.
5
#
6
mainmenu "Linux/$(ARCH) $(KERNELVERSION) Kernel Configuration"
7

8 9
comment "Compiler: $(CC_VERSION_TEXT)"

10 11
source "scripts/Kconfig.include"

12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
source "init/Kconfig"

source "kernel/Kconfig.freezer"

source "fs/Kconfig.binfmt"

source "mm/Kconfig"

source "net/Kconfig"

source "drivers/Kconfig"

source "fs/Kconfig"

source "security/Kconfig"

source "crypto/Kconfig"

source "lib/Kconfig"
31 32

source "lib/Kconfig.debug"
33 34

source "Documentation/Kconfig"