Kconfig 555 Bytes
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
source "scripts/Kconfig.include"

10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
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"
29 30

source "lib/Kconfig.debug"
31 32

source "Documentation/Kconfig"