|
@@ -570,6 +570,15 @@ config DEBUG_NOTIFIERS
|
|
This is a relatively cheap check but if you care about maximum
|
|
This is a relatively cheap check but if you care about maximum
|
|
performance, say N.
|
|
performance, say N.
|
|
|
|
|
|
|
|
+#
|
|
|
|
+# Select this config option from the architecture Kconfig, if it
|
|
|
|
+# it is preferred to always offer frame pointers as a config
|
|
|
|
+# option on the architecture (regardless of KERNEL_DEBUG):
|
|
|
|
+#
|
|
|
|
+config ARCH_WANT_FRAME_POINTERS
|
|
|
|
+ bool
|
|
|
|
+ help
|
|
|
|
+
|
|
config FRAME_POINTER
|
|
config FRAME_POINTER
|
|
bool "Compile the kernel with frame pointers"
|
|
bool "Compile the kernel with frame pointers"
|
|
depends on DEBUG_KERNEL && \
|
|
depends on DEBUG_KERNEL && \
|