Kconfig 595 B

1234567891011121314151617181920212223242526272829303132333435
  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.rst.
  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"
  20. source "Documentation/Kconfig"