Skip to content

Commit

Permalink
sh64: Ensure KALLSYMS is enabled for unwinder use.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Paul Mundt committed May 24, 2012
1 parent 4945326 commit 3a898c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/sh/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ config SUPERH32

config SUPERH64
def_bool ARCH = "sh64"
select KALLSYMS

config ARCH_DEFCONFIG
string
Expand Down

0 comments on commit 3a898c0

Please sign in to comment.