|
@@ -23,7 +23,7 @@ config STRICT_DEVMEM
|
|
config FRAME_POINTER
|
|
config FRAME_POINTER
|
|
bool
|
|
bool
|
|
depends on !THUMB2_KERNEL
|
|
depends on !THUMB2_KERNEL
|
|
- default y if !ARM_UNWIND
|
|
|
|
|
|
+ default y if !ARM_UNWIND || FUNCTION_GRAPH_TRACER
|
|
help
|
|
help
|
|
If you say N here, the resulting kernel will be slightly smaller and
|
|
If you say N here, the resulting kernel will be slightly smaller and
|
|
faster. However, if neither FRAME_POINTER nor ARM_UNWIND are enabled,
|
|
faster. However, if neither FRAME_POINTER nor ARM_UNWIND are enabled,
|