diff options
Diffstat (limited to 'lib/Kconfig.debug')
-rw-r--r-- | lib/Kconfig.debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 64155e310a9f..d5964b051017 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -356,7 +356,7 @@ config FRAME_POINTER | |||
356 | bool "Compile the kernel with frame pointers" | 356 | bool "Compile the kernel with frame pointers" |
357 | depends on DEBUG_KERNEL && \ | 357 | depends on DEBUG_KERNEL && \ |
358 | (CRIS || M68K || FRV || UML || \ | 358 | (CRIS || M68K || FRV || UML || \ |
359 | SUPERH || BLACKFIN || MN10300 || METAG) || \ | 359 | SUPERH || BLACKFIN || MN10300) || \ |
360 | ARCH_WANT_FRAME_POINTERS | 360 | ARCH_WANT_FRAME_POINTERS |
361 | default y if (DEBUG_INFO && UML) || ARCH_WANT_FRAME_POINTERS | 361 | default y if (DEBUG_INFO && UML) || ARCH_WANT_FRAME_POINTERS |
362 | help | 362 | help |