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, |
| 4 | # see Documentation/kbuild/kconfig-language.txt. |
| 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 | 21c54b7 | 2018-05-28 18:21:58 +0900 | [diff] [blame] | 8 | comment "Compiler: $(CC_VERSION_TEXT)" |
| 9 | |
Masahiro Yamada | e1cfdc0 | 2018-05-28 18:21:59 +0900 | [diff] [blame] | 10 | source "scripts/Kconfig.include" |
| 11 | |
Christoph Hellwig | 1572497 | 2018-07-31 13:39:30 +0200 | [diff] [blame] | 12 | source "init/Kconfig" |
| 13 | |
| 14 | source "kernel/Kconfig.freezer" |
| 15 | |
Christoph Hellwig | 1572497 | 2018-07-31 13:39:30 +0200 | [diff] [blame] | 16 | source "fs/Kconfig.binfmt" |
Christoph Hellwig | 1572497 | 2018-07-31 13:39:30 +0200 | [diff] [blame] | 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" |
Christoph Hellwig | 06ec64b | 2018-07-31 13:39:31 +0200 | [diff] [blame] | 31 | |
| 32 | source "lib/Kconfig.debug" |