Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
| 2 | # |
| 3 | # For a description of the syntax of this configuration file, |
David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame] | 4 | # see Documentation/kbuild/kconfig-language.rst. |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 5 | # |
| 6 | mainmenu "Linux/$(ARCH) $(KERNELVERSION) Kernel Configuration" |
| 7 | |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 8 | source "scripts/Kconfig.include" |
| 9 | |
| 10 | source "init/Kconfig" |
| 11 | |
| 12 | source "kernel/Kconfig.freezer" |
| 13 | |
| 14 | source "fs/Kconfig.binfmt" |
| 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" |
| 29 | |
| 30 | source "lib/Kconfig.debug" |
David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame] | 31 | |
| 32 | source "Documentation/Kconfig" |