Kconfig 563 B

123456789101112131415161718192021222324252627282930313233
  1. # SPDX-License-Identifier: GPL-2.0
  2. #
  3. # For a description of the syntax of this configuration file,
  4. # see Documentation/kbuild/kconfig-language.txt.
  5. #
  6. mainmenu "Linux/$(ARCH) $(KERNELVERSION) Kernel Configuration"
  7. comment "Compiler: $(CC_VERSION_TEXT)"
  8. source "scripts/Kconfig.include"
  9. source "init/Kconfig"
  10. source "kernel/Kconfig.freezer"
  11. source "fs/Kconfig.binfmt"
  12. source "mm/Kconfig"
  13. source "net/Kconfig"
  14. source "drivers/Kconfig"
  15. source "fs/Kconfig"
  16. source "security/Kconfig"
  17. source "crypto/Kconfig"
  18. source "lib/Kconfig"
  19. source "lib/Kconfig.debug"