diff options
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 2121fbb2ff4c..4eaf3401a15e 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -42,6 +42,8 @@ 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 | ||
46 | select PERF_EVENTS if HAVE_HW_BREAKPOINT | ||
45 | select ARCH_HIBERNATION_POSSIBLE if MMU | 47 | select ARCH_HIBERNATION_POSSIBLE if MMU |
46 | 48 | ||
47 | config SUPERH64 | 49 | config SUPERH64 |
@@ -726,8 +728,9 @@ config GUSA_RB | |||
726 | disabling interrupts around the atomic sequence. | 728 | disabling interrupts around the atomic sequence. |
727 | 729 | ||
728 | config SPARSE_IRQ | 730 | config SPARSE_IRQ |
729 | bool "Support sparse irq numbering" | 731 | def_bool y |
730 | depends on EXPERIMENTAL | 732 | depends on SUPERH32 && !SH_DREAMCAST && !SH_HIGHLANDER && \ |
733 | !SH_RTS7751R2D && !HD64461 && !SH_7724_SOLUTION_ENGINE | ||
731 | help | 734 | help |
732 | This enables support for sparse irqs. This is useful in general | 735 | This enables support for sparse irqs. This is useful in general |
733 | as most CPUs have a fairly sparse array of IRQ vectors, which | 736 | as most CPUs have a fairly sparse array of IRQ vectors, which |