Kconfig.debug 735 B

123456789101112131415161718192021222324252627
  1. # SPDX-License-Identifier: GPL-2.0
  2. config DEBUG_DCFLUSH
  3. bool "D-cache flush debugging"
  4. depends on SPARC64 && DEBUG_KERNEL
  5. config MCOUNT
  6. bool
  7. depends on SPARC64
  8. depends on FUNCTION_TRACER
  9. select ARCH_WANT_FRAME_POINTERS
  10. select FRAME_POINTER
  11. default y
  12. config HAVE_HARDLOCKUP_DETECTOR_SPARC64
  13. bool
  14. depends on HAVE_NMI
  15. select HARDLOCKUP_DETECTOR_SPARC64
  16. help
  17. Sparc64 hardlockup detector is the last one developed before adding
  18. the common infrastructure for handling hardlockup detectors. It is
  19. always built. It does _not_ use the common command line parameters
  20. and sysctl interface, except for /proc/sys/kernel/nmi_watchdog.
  21. config HARDLOCKUP_DETECTOR_SPARC64
  22. bool
  23. depends on HAVE_HARDLOCKUP_DETECTOR_SPARC64