Kconfig.debug 885 B

123456789101112131415161718192021222324252627282930
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config PID_IN_CONTEXTIDR
  3. bool "Write the current PID to the CONTEXTIDR register"
  4. help
  5. Enabling this option causes the kernel to write the current PID to
  6. the CONTEXTIDR register, at the expense of some additional
  7. instructions during context switch. Say Y here only if you are
  8. planning to use hardware trace tools with this kernel.
  9. config DEBUG_EFI
  10. depends on EFI && DEBUG_INFO
  11. bool "UEFI debugging"
  12. help
  13. Enable this option to include EFI specific debugging features into
  14. the kernel that are only useful when using a debug build of the
  15. UEFI firmware
  16. config ARM64_RELOC_TEST
  17. depends on m
  18. tristate "Relocation testing module"
  19. comment "PowerManagement Feature"
  20. menuconfig SEC_PM
  21. bool "Samsung PowerManagement Feature"
  22. default n
  23. help
  24. Samsung PowerManagement Feature.
  25. source "drivers/hwtracing/coresight/Kconfig"