]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
sh: select HAVE_HW_BREAKPOINT for all SUPERH32 CPUs.
authorPaul Mundt <lethal@linux-sh.org>
Wed, 6 Jan 2010 06:46:53 +0000 (15:46 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Wed, 6 Jan 2010 06:46:53 +0000 (15:46 +0900)
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>
arch/sh/Kconfig

index fa76d6264dff6d0720185872f64c0b03e4b0d754..f971cb74dd6255d1846c461cdbd0b65e02980c56 100644 (file)
@@ -42,7 +42,7 @@ config SUPERH32
        select HAVE_FTRACE_NMI_ENTER if DYNAMIC_FTRACE
        select HAVE_FUNCTION_GRAPH_TRACER
        select HAVE_ARCH_KGDB
-       select HAVE_HW_BREAKPOINT if CPU_SH4A
+       select HAVE_HW_BREAKPOINT
        select PERF_EVENTS if HAVE_HW_BREAKPOINT
        select ARCH_HIBERNATION_POSSIBLE if MMU