Kconfig 704 B

12345678910111213141516171819202122232425262728293031323334353637
  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. source "scripts/Kconfig.include"
  8. source "init/Kconfig"
  9. source "kernel/Kconfig.freezer"
  10. source "fs/Kconfig.binfmt"
  11. source "mm/Kconfig"
  12. source "net/Kconfig"
  13. source "drivers/Kconfig"
  14. source "fs/Kconfig"
  15. source "security/Kconfig"
  16. source "crypto/Kconfig"
  17. source "lib/Kconfig"
  18. source "lib/Kconfig.debug"
  19. source "Documentation/Kconfig"
  20. # ANDROID: Set KCONFIG_EXT_PREFIX to decend into an external project.
  21. source "$(KCONFIG_EXT_PREFIX)Kconfig.ext"
  22. source "kernel/sched/walt/Kconfig"