Commit c8c178e0 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Russell King (Oracle)
Browse files

ARM: 9353/1: remove unneeded entry for CONFIG_FRAME_POINTER



This is no-op.

FRAME_POINTER is defined in lib/Kconfig.debug.

Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
Signed-off-by: default avatarRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
parent 8f09b8b4
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -90,9 +90,6 @@ config BACKTRACE_VERBOSE
	  In most cases, say N here, unless you are intending to debug the
	  kernel and have access to the kernel binary image.

config FRAME_POINTER
	bool

config DEBUG_USER
	bool "Verbose user fault messages"
	help