Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aeb39986 authored by Andi Kleen's avatar Andi Kleen Committed by Linus Torvalds
Browse files

[PATCH] x86-64: Allow frame pointer and fix help text.



Allow frame pointer and fix help text.

Signed-off-by: default avatarAndi Kleen <ak@suse.de>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 9cdd304b
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
@@ -170,11 +170,11 @@ config DEBUG_FS


config FRAME_POINTER
config FRAME_POINTER
	bool "Compile the kernel with frame pointers"
	bool "Compile the kernel with frame pointers"
	depends on DEBUG_KERNEL && ((X86 && !X86_64) || CRIS || M68K || M68KNOMMU || FRV || UML)
	depends on DEBUG_KERNEL && (X86 || CRIS || M68K || M68KNOMMU || FRV || UML)
	default y if DEBUG_INFO && UML
	default y if DEBUG_INFO && UML
	help
	help
	  If you say Y here the resulting kernel image will be slightly larger
	  If you say Y here the resulting kernel image will be slightly larger
	  and slower, but it will give very useful debugging information.
	  and slower, but it might give very useful debugging information
	  If you don't debug the kernel, you can say N, but we may not be able
	  on some architectures or you use external debuggers.
	  to solve problems without frame pointers.
	  If you don't debug the kernel, you can say N.