kernel/Kconfig

33 lines
555 B
Plaintext
Raw Normal View History

2023-06-05 11:19:37 +08:00
# SPDX-License-Identifier: GPL-2.0
2020-11-04 10:33:20 +08:00
#
# For a description of the syntax of this configuration file,
2023-06-05 11:19:37 +08:00
# see Documentation/kbuild/kconfig-language.rst.
2020-11-04 10:33:20 +08:00
#
2023-06-05 11:19:37 +08:00
mainmenu "Linux/$(ARCH) $(KERNELVERSION) Kernel Configuration"
2020-11-04 10:33:20 +08:00
2023-06-05 11:19:37 +08:00
source "scripts/Kconfig.include"
2020-11-04 10:33:20 +08:00
2023-06-05 11:19:37 +08:00
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"
source "lib/Kconfig.debug"
source "Documentation/Kconfig"