LSM: Tie enabling logic to presence in ordered list
[sfrench/cifs-2.6.git] / Kconfig
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 #
6 mainmenu "Linux/$(ARCH) $(KERNELVERSION) Kernel Configuration"
7
8 comment "Compiler: $(CC_VERSION_TEXT)"
9
10 source "scripts/Kconfig.include"
11
12 source "init/Kconfig"
13
14 source "kernel/Kconfig.freezer"
15
16 source "fs/Kconfig.binfmt"
17
18 source "mm/Kconfig"
19
20 source "net/Kconfig"
21
22 source "drivers/Kconfig"
23
24 source "fs/Kconfig"
25
26 source "security/Kconfig"
27
28 source "crypto/Kconfig"
29
30 source "lib/Kconfig"
31
32 source "lib/Kconfig.debug"