diff options
author | Kevin Hilman <khilman@com.rmk.(none)> | 2006-10-25 23:07:50 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-10-28 10:15:31 +0100 |
commit | 75e31aaaf43b53517fd2b36cedc08bd4e4af14d5 (patch) | |
tree | f0302332848e4243c8fb1691ffa8eb8529d116a5 /lib/Kconfig.debug | |
parent | 9957329800b8b554b1af669bcc6878282338c34e (diff) | |
download | linux-3.10-75e31aaaf43b53517fd2b36cedc08bd4e4af14d5.tar.gz linux-3.10-75e31aaaf43b53517fd2b36cedc08bd4e4af14d5.tar.bz2 linux-3.10-75e31aaaf43b53517fd2b36cedc08bd4e4af14d5.zip |
[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 <khilman@mvista.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'lib/Kconfig.debug')
-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 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 |