Kconfig.debug 899 B

123456789101112131415161718192021222324252627282930313233
  1. menu "Kernel hacking"
  2. source "lib/Kconfig.debug"
  3. config EARLY_PRINTK
  4. bool "Early SCIF console support"
  5. config SH64_PROC_TLB
  6. bool "Debug: report TLB fill/purge activity through /proc/tlb"
  7. depends on PROC_FS
  8. config SH64_PROC_ASIDS
  9. bool "Debug: report ASIDs through /proc/asids"
  10. depends on PROC_FS
  11. config SH64_SR_WATCH
  12. bool "Debug: set SR.WATCH to enable hardware watchpoints and trace"
  13. config POOR_MANS_STRACE
  14. bool "Debug: enable rudimentary strace facility"
  15. help
  16. This option allows system calls to be traced to the console. It also
  17. aids in detecting kernel stack underflow. It is useful for debugging
  18. early-userland problems (e.g. init incurring fatal exceptions.)
  19. config SH_ALPHANUMERIC
  20. bool "Enable debug outputs to on-board alphanumeric display"
  21. depends on SH_CAYMAN
  22. config SH_NO_BSS_INIT
  23. bool "Avoid zeroing BSS (to speed-up startup on suitable platforms)"
  24. endmenu