Blame view

arch/m32r/Kconfig.debug 689 Bytes
b24413180   Greg Kroah-Hartman   License cleanup: ...
1
  # SPDX-License-Identifier: GPL-2.0
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
2
3
4
  menu "Kernel hacking"
  
  source "lib/Kconfig.debug"
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
5
  config DEBUG_PAGEALLOC
4a2f0acf0   Andrew Morton   [PATCH] kconfig: ...
6
  	bool "Debug page memory allocations"
697ae16ac   Al Viro   [PATCH] Kconfig f...
7
  	depends on DEBUG_KERNEL && BROKEN
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
8
9
10
11
12
13
14
15
16
17
18
19
20
21
  	help
  	  Unmap pages from the kernel linear mapping after free_pages().
  	  This results in a large slowdown, but helps to find certain types
  	  of memory corruptions.
  
  config FRAME_POINTER
  	bool "Compile the kernel with frame pointers"
  	help
  	  If you say Y here the resulting kernel image will be slightly larger
  	  and slower, but it will give very useful debugging information.
  	  If you don't debug the kernel, you can say N, but we may not be able
  	  to solve problems without frame pointers.
  
  endmenu