Kconfig.debug 263 B

12345678910111213141516
  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. default y
  10. config FRAME_POINTER
  11. bool
  12. depends on MCOUNT
  13. default y