Blame view

arch/sparc/Kconfig.debug 641 Bytes
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1
  menu "Kernel hacking"
e8dd16129   Robert Reif   [SPARC32]: Add ir...
2
3
4
  config TRACE_IRQFLAGS_SUPPORT
  	bool
  	default y
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
5
6
7
8
9
10
11
12
13
14
  source "lib/Kconfig.debug"
  
  config DEBUG_STACK_USAGE
  	bool "Enable stack utilization instrumentation"
  	depends on DEBUG_KERNEL
  	help
  	  Enables the display of the minimum amount of free stack which each
  	  task has ever had available in the sysrq-T and sysrq-P debug output.
  
  	  This option will slow down process creation somewhat.
5bb28a57a   Sam Ravnborg   sparc: unify Kcon...
15
16
17
  config DEBUG_DCFLUSH
  	bool "D-cache flush debugging"
  	depends on SPARC64 && DEBUG_KERNEL
5bb28a57a   Sam Ravnborg   sparc: unify Kcon...
18
19
20
  config MCOUNT
  	bool
  	depends on SPARC64
ddacd0bc7   David S. Miller   sparc64: Kill CON...
21
  	depends on FUNCTION_TRACER
5bb28a57a   Sam Ravnborg   sparc: unify Kcon...
22
23
24
25
26
27
  	default y
  
  config FRAME_POINTER
  	bool
  	depends on MCOUNT
  	default y
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
28
  endmenu