]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blame - Kconfig
UBUNTU: Ubuntu-5.4.0-117.132
[mirror_ubuntu-focal-kernel.git] / Kconfig
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
838a2e55
AL
2#
3# For a description of the syntax of this configuration file,
cd238eff 4# see Documentation/kbuild/kconfig-language.rst.
838a2e55 5#
104daea1 6mainmenu "Linux/$(ARCH) $(KERNELVERSION) Kernel Configuration"
838a2e55 7
21c54b77
MY
8comment "Compiler: $(CC_VERSION_TEXT)"
9
e1cfdc0e
MY
10source "scripts/Kconfig.include"
11
1572497c
CH
12source "init/Kconfig"
13
14source "kernel/Kconfig.freezer"
15
1572497c 16source "fs/Kconfig.binfmt"
1572497c
CH
17
18source "mm/Kconfig"
19
20source "net/Kconfig"
21
22source "drivers/Kconfig"
23
c74bfc18
LO
24source "ubuntu/Kconfig"
25
1572497c
CH
26source "fs/Kconfig"
27
28source "security/Kconfig"
29
30source "crypto/Kconfig"
31
32source "lib/Kconfig"
06ec64b8
CH
33
34source "lib/Kconfig.debug"
b1663d7e
MCC
35
36source "Documentation/Kconfig"