diff options
author | Paul Mundt <lethal@linux-sh.org> | 2010-01-06 01:46:53 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-01-06 01:46:53 -0500 |
commit | 6fbfe8d7cd7e71ceb281c5a1b9de6e5e0dfbf1c8 (patch) | |
tree | 3a327a71bf30f7ea35a48d14125bdb2d4540c4ac /arch/sh/Kconfig | |
parent | 9fae4fb3ce38cc657ff0aba570ae875aae2806d4 (diff) |
sh: select HAVE_HW_BREAKPOINT for all SUPERH32 CPUs.
All SH CPUs (with the exception of sh64) support the UBC, so select
HW_BREAKPOINT support by default. This fixes up the build for non-SH4A
targets.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index fa76d6264dff..f971cb74dd62 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -42,7 +42,7 @@ config SUPERH32 | |||
42 | select HAVE_FTRACE_NMI_ENTER if DYNAMIC_FTRACE | 42 | select HAVE_FTRACE_NMI_ENTER if DYNAMIC_FTRACE |
43 | select HAVE_FUNCTION_GRAPH_TRACER | 43 | select HAVE_FUNCTION_GRAPH_TRACER |
44 | select HAVE_ARCH_KGDB | 44 | select HAVE_ARCH_KGDB |
45 | select HAVE_HW_BREAKPOINT if CPU_SH4A | 45 | select HAVE_HW_BREAKPOINT |
46 | select PERF_EVENTS if HAVE_HW_BREAKPOINT | 46 | select PERF_EVENTS if HAVE_HW_BREAKPOINT |
47 | select ARCH_HIBERNATION_POSSIBLE if MMU | 47 | select ARCH_HIBERNATION_POSSIBLE if MMU |
48 | 48 | ||