summaryrefslogtreecommitdiff
path: root/arch/sh/Kconfig
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2012-05-24 06:05:29 (GMT)
committerPaul Mundt <lethal@linux-sh.org>2012-05-24 06:05:29 (GMT)
commit3a898c0f36f9fe312cb6e98865a6833110e67cb2 (patch)
treee64e8c1cf83372793e41f26ab341c599a2edde08 /arch/sh/Kconfig
parent49453264997f232008efae457553d82381f9614f (diff)
downloadlinux-3a898c0f36f9fe312cb6e98865a6833110e67cb2.tar.xz
sh64: Ensure KALLSYMS is enabled for unwinder use.
Since sh64 depends on kallsyms unconditionally for its stack unwinding to be of any use, make sure it's selected. In practice we don't have any case where it's disabled anyways, so moving to this to a select is fine. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r--arch/sh/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index 3e723aa..931310b 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -55,6 +55,7 @@ config SUPERH32
config SUPERH64
def_bool ARCH = "sh64"
+ select KALLSYMS
config ARCH_DEFCONFIG
string