diff options
author | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 03:22:33 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 03:22:33 -0400 |
commit | 2549b3222f588c188674aed0b9a0ef78bbba5c6c (patch) | |
tree | aba7471cdec193c0d1f27a25505e9195dd612e4b /lib/Kconfig.debug | |
parent | 3aa770e7972723f479122cf66b529017d2175289 (diff) |
sh: Use generic CONFIG_FRAME_POINTER.
We had our own version, which serves no purpose. Simply
hook SH in to the generic one.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
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 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 |