
 - Add CONFIG_FRAME_POINTER kbuild option to m68knommu as in i386.

 Applies to 2.5.75-uc0 and probably also to 2.6.0-test.
 Submitted by Bernardo Innocenti <bernie@develer.com>

--- linux-2.5.75-uc0/arch/m68knommu/Kconfig	2003-07-10 22:12:20.000000000 +0200
+++ linux-2.5.x/arch/m68knommu/Kconfig	2003-07-15 04:35:02.000000000 +0200
@@ -608,6 +631,14 @@
 	help
 	  Enable debuging symbols on kernel build.
 
+config FRAME_POINTER
+	bool "Compile the kernel with frame pointers"
+	help
+	  If you say Y here the resulting kernel image will be slightly larger
+	  and slower, but it will give very useful debugging information.
+	  If you don't debug the kernel, you can say N, but we may not be able
+	  to solve problems without frame pointers.
+
 config MAGIC_SYSRQ
 	bool "Magic SysRq key"
 	help
