diff options
Diffstat (limited to 'lib')
-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 f1ac3184dc08..e7303fe54b01 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -322,7 +322,7 @@ config DEBUG_VM | |||
322 | 322 | ||
323 | config FRAME_POINTER | 323 | config FRAME_POINTER |
324 | bool "Compile the kernel with frame pointers" | 324 | bool "Compile the kernel with frame pointers" |
325 | depends on DEBUG_KERNEL && (X86 || CRIS || M68K || M68KNOMMU || FRV || UML || S390 || AVR32) | 325 | depends on DEBUG_KERNEL && (X86 || CRIS || M68K || M68KNOMMU || FRV || UML || S390 || AVR32 || SUPERH) |
326 | default y if DEBUG_INFO && UML | 326 | default y if DEBUG_INFO && UML |
327 | help | 327 | help |
328 | If you say Y here the resulting kernel image will be slightly larger | 328 | If you say Y here the resulting kernel image will be slightly larger |