]> git.ipfire.org Git - thirdparty/linux.git/blame - Kconfig
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
[thirdparty/linux.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
e1cfdc0e
MY
8source "scripts/Kconfig.include"
9
1572497c
CH
10source "init/Kconfig"
11
12source "kernel/Kconfig.freezer"
13
1572497c 14source "fs/Kconfig.binfmt"
1572497c
CH
15
16source "mm/Kconfig"
17
18source "net/Kconfig"
19
20source "drivers/Kconfig"
21
22source "fs/Kconfig"
23
24source "security/Kconfig"
25
26source "crypto/Kconfig"
27
28source "lib/Kconfig"
06ec64b8
CH
29
30source "lib/Kconfig.debug"
b1663d7e
MCC
31
32source "Documentation/Kconfig"