2017-11-01 15:07:57 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
2010-09-04 17:10:20 -04:00
|
|
|
#
|
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
|
# see Documentation/kbuild/kconfig-language.txt.
|
|
|
|
|
#
|
2018-05-28 18:21:40 +09:00
|
|
|
mainmenu "Linux/$(ARCH) $(KERNELVERSION) Kernel Configuration"
|
2010-09-04 17:10:20 -04:00
|
|
|
|
2018-05-28 18:21:58 +09:00
|
|
|
comment "Compiler: $(CC_VERSION_TEXT)"
|
|
|
|
|
|
2018-05-28 18:21:59 +09:00
|
|
|
source "scripts/Kconfig.include"
|
|
|
|
|
|
2018-07-31 13:39:30 +02:00
|
|
|
source "init/Kconfig"
|
|
|
|
|
|
|
|
|
|
source "kernel/Kconfig.freezer"
|
|
|
|
|
|
|
|
|
|
source "fs/Kconfig.binfmt"
|
|
|
|
|
|
|
|
|
|
source "mm/Kconfig"
|
|
|
|
|
|
|
|
|
|
source "net/Kconfig"
|
|
|
|
|
|
|
|
|
|
source "drivers/Kconfig"
|
|
|
|
|
|
|
|
|
|
source "fs/Kconfig"
|
|
|
|
|
|
|
|
|
|
source "security/Kconfig"
|
|
|
|
|
|
|
|
|
|
source "crypto/Kconfig"
|
|
|
|
|
|
|
|
|
|
source "lib/Kconfig"
|
2018-07-31 13:39:31 +02:00
|
|
|
|
|
|
|
|
source "lib/Kconfig.debug"
|