Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 #
0003 # For a description of the syntax of this configuration file,
0004 # see Documentation/kbuild/kconfig-language.rst.
0005 #
0006 mainmenu "Linux/$(ARCH) $(KERNELVERSION) Kernel Configuration"
0007 
0008 source "scripts/Kconfig.include"
0009 
0010 source "init/Kconfig"
0011 
0012 source "kernel/Kconfig.freezer"
0013 
0014 source "fs/Kconfig.binfmt"
0015 
0016 source "mm/Kconfig"
0017 
0018 source "net/Kconfig"
0019 
0020 source "drivers/Kconfig"
0021 
0022 source "fs/Kconfig"
0023 
0024 source "security/Kconfig"
0025 
0026 source "crypto/Kconfig"
0027 
0028 source "lib/Kconfig"
0029 
0030 source "lib/Kconfig.debug"
0031 
0032 source "Documentation/Kconfig"