blob: 48a80beab6853d1461f277229625aa066d75a4e7 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001# SPDX-License-Identifier: GPL-2.0
Arnaud Lacombe838a2e52010-09-04 17:10:20 -04002#
3# For a description of the syntax of this configuration file,
4# see Documentation/kbuild/kconfig-language.txt.
5#
Masahiro Yamada104daea2018-05-28 18:21:40 +09006mainmenu "Linux/$(ARCH) $(KERNELVERSION) Kernel Configuration"
Arnaud Lacombe838a2e52010-09-04 17:10:20 -04007
Masahiro Yamada21c54b72018-05-28 18:21:58 +09008comment "Compiler: $(CC_VERSION_TEXT)"
9
Masahiro Yamadae1cfdc02018-05-28 18:21:59 +090010source "scripts/Kconfig.include"
11
Christoph Hellwig15724972018-07-31 13:39:30 +020012source "init/Kconfig"
13
14source "kernel/Kconfig.freezer"
15
Christoph Hellwig15724972018-07-31 13:39:30 +020016source "fs/Kconfig.binfmt"
Christoph Hellwig15724972018-07-31 13:39:30 +020017
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"
Christoph Hellwig06ec64b2018-07-31 13:39:31 +020031
32source "lib/Kconfig.debug"