Blame view

arch/sparc/Kconfig.debug 335 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
  source "lib/Kconfig.debug"
5bb28a57a   Sam Ravnborg   sparc: unify Kcon...
6
7
8
  config DEBUG_DCFLUSH
  	bool "D-cache flush debugging"
  	depends on SPARC64 && DEBUG_KERNEL
5bb28a57a   Sam Ravnborg   sparc: unify Kcon...
9
10
11
  config MCOUNT
  	bool
  	depends on SPARC64
ddacd0bc7   David S. Miller   sparc64: Kill CON...
12
  	depends on FUNCTION_TRACER
5bb28a57a   Sam Ravnborg   sparc: unify Kcon...
13
14
15
16
17
18
  	default y
  
  config FRAME_POINTER
  	bool
  	depends on MCOUNT
  	default y
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
19
  endmenu