aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r--arch/sh/Kconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index 2121fbb2ff4c..ae6c73689036 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -726,8 +726,9 @@ config GUSA_RB
726 disabling interrupts around the atomic sequence. 726 disabling interrupts around the atomic sequence.
727 727
728config SPARSE_IRQ 728config SPARSE_IRQ
729 bool "Support sparse irq numbering" 729 def_bool y
730 depends on EXPERIMENTAL 730 depends on SUPERH32 && !SH_DREAMCAST && !SH_HIGHLANDER && \
731 !SH_RTS7751R2D && !HD64461 && !SH_7724_SOLUTION_ENGINE
731 help 732 help
732 This enables support for sparse irqs. This is useful in general 733 This enables support for sparse irqs. This is useful in general
733 as most CPUs have a fairly sparse array of IRQ vectors, which 734 as most CPUs have a fairly sparse array of IRQ vectors, which