diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2006-07-03 03:24:38 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-07-03 18:27:02 -0400 |
commit | cbbd1fa72d22896332301ca7e6b7164284be105c (patch) | |
tree | a041ce22738c56b189aa1251ccc7e232385bb4a1 /lib | |
parent | 8637c09901049f061b94f684915d4f18ecf91d79 (diff) |
[PATCH] lockdep: s390 CONFIG_FRAME_POINTER support
CONFIG_FRAME_POINTER support for s390.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Acked-by: Ingo Molnar <mingo@elte.hu>
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: Arjan van de Ven <arjan@infradead.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
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 04e374c6fd46..91e338a3d069 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -208,7 +208,7 @@ config DEBUG_VM | |||
208 | 208 | ||
209 | config FRAME_POINTER | 209 | config 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 |