summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2024-02-15 14:55:25 +0100
committerRussell King (Oracle) <rmk+kernel@armlinux.org.uk>2024-02-24 16:47:23 +0000
commitc8c178e0aef1eb16c267500f702675a46ab2aace (patch)
treeb40408ad3e52a07875d4b389b429b19a1176ca1b
parent8f09b8b4fa58e99cbfd9a650b31d65cdbd8e4276 (diff)
downloadlinux-stable-c8c178e0aef1eb16c267500f702675a46ab2aace.tar.gz
linux-stable-c8c178e0aef1eb16c267500f702675a46ab2aace.tar.bz2
linux-stable-c8c178e0aef1eb16c267500f702675a46ab2aace.zip
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: Masahiro Yamada <masahiroy@kernel.org> Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
-rw-r--r--arch/arm/Kconfig.debug3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug
index 5fbbac1b708b..7374483591f6 100644
--- a/arch/arm/Kconfig.debug
+++ b/arch/arm/Kconfig.debug
@@ -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