]> git.ipfire.org Git - thirdparty/kernel/linux.git/blame_incremental - Kconfig
Linux 6.9-rc7
[thirdparty/kernel/linux.git] / Kconfig
... / ...
CommitLineData
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.txt.
5#
6mainmenu "Linux/$(ARCH) $(KERNELVERSION) Kernel Configuration"
7
8comment "Compiler: $(CC_VERSION_TEXT)"
9
10source "scripts/Kconfig.include"
11
12source "init/Kconfig"
13
14source "kernel/Kconfig.freezer"
15
16source "fs/Kconfig.binfmt"
17
18source "mm/Kconfig"
19
20source "net/Kconfig"
21
22source "drivers/Kconfig"
23
24source "fs/Kconfig"
25
26source "security/Kconfig"
27
28source "crypto/Kconfig"
29
30source "lib/Kconfig"
31
32source "lib/Kconfig.debug"