blob: 745bc773f567067a85ce6574fb41ce80833247d9 [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,
Mauro Carvalho Chehabcd238ef2019-06-12 14:52:48 -03004# see Documentation/kbuild/kconfig-language.rst.
Arnaud Lacombe838a2e52010-09-04 17:10:20 -04005#
Masahiro Yamada104daea2018-05-28 18:21:40 +09006mainmenu "Linux/$(ARCH) $(KERNELVERSION) Kernel Configuration"
Arnaud Lacombe838a2e52010-09-04 17:10:20 -04007
Masahiro Yamadae1cfdc02018-05-28 18:21:59 +09008source "scripts/Kconfig.include"
9
Christoph Hellwig15724972018-07-31 13:39:30 +020010source "init/Kconfig"
11
12source "kernel/Kconfig.freezer"
13
Christoph Hellwig15724972018-07-31 13:39:30 +020014source "fs/Kconfig.binfmt"
Christoph Hellwig15724972018-07-31 13:39:30 +020015
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"
Christoph Hellwig06ec64b2018-07-31 13:39:31 +020029
30source "lib/Kconfig.debug"
Mauro Carvalho Chehabb1663d72019-06-04 09:26:27 -030031
32source "Documentation/Kconfig"