Kconfig.debug 335 B

12345678910111213141516171819202122232425
  1. menu "Kernel hacking"
  2. config TRACE_IRQFLAGS_SUPPORT
  3. bool
  4. default y
  5. source "lib/Kconfig.debug"
  6. config DEBUG_DCFLUSH
  7. bool "D-cache flush debugging"
  8. depends on SPARC64 && DEBUG_KERNEL
  9. config MCOUNT
  10. bool
  11. depends on SPARC64
  12. depends on FUNCTION_TRACER
  13. default y
  14. config FRAME_POINTER
  15. bool
  16. depends on MCOUNT
  17. default y
  18. endmenu