aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Kconfig.debug
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Kconfig.debug')
-rw-r--r--lib/Kconfig.debug2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index 04e374c6fd46..91e338a3d069 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -208,7 +208,7 @@ config DEBUG_VM
208 208
209config FRAME_POINTER 209config FRAME_POINTER
210 bool "Compile the kernel with frame pointers" 210 bool "Compile the kernel with frame pointers"
211 depends on DEBUG_KERNEL && (X86 || CRIS || M68K || M68KNOMMU || FRV || UML) 211 depends on DEBUG_KERNEL && (X86 || CRIS || M68K || M68KNOMMU || FRV || UML || S390)
212 default y if DEBUG_INFO && UML 212 default y if DEBUG_INFO && UML
213 help 213 help
214 If you say Y here the resulting kernel image will be slightly larger 214 If you say Y here the resulting kernel image will be slightly larger