| Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 | 
| Arnaud Lacombe | 838a2e5 | 2010-09-04 17:10:20 -0400 | [diff] [blame] | 2 | # | 
|  | 3 | # For a description of the syntax of this configuration file, | 
| Mauro Carvalho Chehab | cd238ef | 2019-06-12 14:52:48 -0300 | [diff] [blame] | 4 | # see Documentation/kbuild/kconfig-language.rst. | 
| Arnaud Lacombe | 838a2e5 | 2010-09-04 17:10:20 -0400 | [diff] [blame] | 5 | # | 
| Masahiro Yamada | 104daea | 2018-05-28 18:21:40 +0900 | [diff] [blame] | 6 | mainmenu "Linux/$(ARCH) $(KERNELVERSION) Kernel Configuration" | 
| Arnaud Lacombe | 838a2e5 | 2010-09-04 17:10:20 -0400 | [diff] [blame] | 7 |  | 
| Masahiro Yamada | e1cfdc0 | 2018-05-28 18:21:59 +0900 | [diff] [blame] | 8 | source "scripts/Kconfig.include" | 
|  | 9 |  | 
| Christoph Hellwig | 1572497 | 2018-07-31 13:39:30 +0200 | [diff] [blame] | 10 | source "init/Kconfig" | 
|  | 11 |  | 
|  | 12 | source "kernel/Kconfig.freezer" | 
|  | 13 |  | 
| Christoph Hellwig | 1572497 | 2018-07-31 13:39:30 +0200 | [diff] [blame] | 14 | source "fs/Kconfig.binfmt" | 
| Christoph Hellwig | 1572497 | 2018-07-31 13:39:30 +0200 | [diff] [blame] | 15 |  | 
|  | 16 | source "mm/Kconfig" | 
|  | 17 |  | 
|  | 18 | source "net/Kconfig" | 
|  | 19 |  | 
|  | 20 | source "drivers/Kconfig" | 
|  | 21 |  | 
|  | 22 | source "fs/Kconfig" | 
|  | 23 |  | 
|  | 24 | source "security/Kconfig" | 
|  | 25 |  | 
|  | 26 | source "crypto/Kconfig" | 
|  | 27 |  | 
|  | 28 | source "lib/Kconfig" | 
| Christoph Hellwig | 06ec64b | 2018-07-31 13:39:31 +0200 | [diff] [blame] | 29 |  | 
|  | 30 | source "lib/Kconfig.debug" | 
| Mauro Carvalho Chehab | b1663d7 | 2019-06-04 09:26:27 -0300 | [diff] [blame] | 31 |  | 
|  | 32 | source "Documentation/Kconfig" |