summaryrefslogtreecommitdiff
path: root/arch/sh/Kconfig
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2010-02-02 10:15:17 (GMT)
committerPaul Mundt <lethal@linux-sh.org>2010-02-02 10:15:17 (GMT)
commit4b842c8571240d1173eaf00e114cc5cc160f1722 (patch)
tree19d096d3222a995f39bf157eb403a85f417846e8 /arch/sh/Kconfig
parentdeb9b22b8968fa0166d89c8ad1346e816cf1aec4 (diff)
downloadlinux-fsl-qoriq-4b842c8571240d1173eaf00e114cc5cc160f1722.tar.xz
sh: enable sparseirq for highlander and r2d.
highlander and r2d are the only remaining ones that were blocking sparseirq being turned on by default, but it turns out that they already work fine with it by virtue of register_intc_controller(). As such, we can kill off the dependencies and turn it on by default. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r--arch/sh/Kconfig16
1 files changed, 4 insertions, 12 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index 3b3c036..7354e8d 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -87,6 +87,10 @@ config GENERIC_IRQ_PROBE
config IRQ_PER_CPU
def_bool y
+config SPARSE_IRQ
+ def_bool y
+ depends on SUPERH32
+
config GENERIC_GPIO
def_bool n
@@ -728,18 +732,6 @@ config GUSA_RB
LLSC, this should be more efficient than the other alternative of
disabling interrupts around the atomic sequence.
-config SPARSE_IRQ
- def_bool y
- depends on SUPERH32 && !SH_HIGHLANDER && !SH_RTS7751R2D
- help
- This enables support for sparse irqs. This is useful in general
- as most CPUs have a fairly sparse array of IRQ vectors, which
- the irq_desc then maps directly on to. Systems with a high
- number of off-chip IRQs will want to treat this as
- experimental until they have been independently verified.
-
- If you don't know what to do here, say N.
-
endmenu
menu "Boot options"