|
@@ -151,7 +151,8 @@ config DEBUG_FS
|
|
|
|
|
|
config FRAME_POINTER
|
|
config FRAME_POINTER
|
|
bool "Compile the kernel with frame pointers"
|
|
bool "Compile the kernel with frame pointers"
|
|
- depends on DEBUG_KERNEL && ((X86 && !X86_64) || CRIS || M68K || M68KNOMMU || FRV)
|
|
|
|
|
|
+ depends on DEBUG_KERNEL && ((X86 && !X86_64) || CRIS || M68K || M68KNOMMU || FRV || UML)
|
|
|
|
+ default y if DEBUG_INFO && UML
|
|
help
|
|
help
|
|
If you say Y here the resulting kernel image will be slightly larger
|
|
If you say Y here the resulting kernel image will be slightly larger
|
|
and slower, but it will give very useful debugging information.
|
|
and slower, but it will give very useful debugging information.
|