Kconfig.debug 370 B

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