From: Kevin Hilman Date: Wed, 25 Oct 2006 22:07:50 +0000 (+0100) Subject: [ARM] 3909/1: Disable UWIND_INFO for ARM (again) X-Git-Tag: v2.6.19-rc4~23^2~7 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=75e31aaaf43b53517fd2b36cedc08bd4e4af14d5;p=linux-2.6-omap-h63xx.git [ARM] 3909/1: Disable UWIND_INFO for ARM (again) According to Daniel Jacobowitz, UNWIND_INFO is not useful on ARM, and in fact doesn't even compile. This patch disables the option for ARM. Signed-off-by: Kevin Hilman Signed-off-by: Russell King --- diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 77491e31179..d3679103a8e 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -341,7 +341,7 @@ config FRAME_POINTER config UNWIND_INFO bool "Compile the kernel with frame unwind information" - depends on !IA64 && !PARISC + depends on !IA64 && !PARISC && !ARM depends on !MODULES || !(MIPS || PPC || SUPERH || V850) help If you say Y here the resulting kernel image will be slightly larger