Kconfig.debug 311 B

1234567891011121314151617181920
  1. # SPDX-License-Identifier: GPL-2.0
  2. config TRACE_IRQFLAGS_SUPPORT
  3. bool
  4. default y
  5. config DEBUG_DCFLUSH
  6. bool "D-cache flush debugging"
  7. depends on SPARC64 && DEBUG_KERNEL
  8. config MCOUNT
  9. bool
  10. depends on SPARC64
  11. depends on FUNCTION_TRACER
  12. default y
  13. config FRAME_POINTER
  14. bool
  15. depends on MCOUNT
  16. default y