ARM: 9353/1: remove unneeded entry for CONFIG_FRAME_POINTER
authorMasahiro Yamada <masahiroy@kernel.org>
Thu, 15 Feb 2024 13:55:25 +0000 (14:55 +0100)
committerRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
Sat, 24 Feb 2024 16:47:23 +0000 (16:47 +0000)
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>
arch/arm/Kconfig.debug

index 5fbbac1b708b0a7e11894b17a8ef5d2f6bcc94aa..7374483591f6a4daf428bc7c2db904472f3eaef8 100644 (file)
@@ -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