aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/Kconfig
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2010-02-02 17:38:04 +0900
committerPaul Mundt <lethal@linux-sh.org>2010-02-02 17:38:04 +0900
commitc7a967273a539a9a38413753c58125e777e2d30d (patch)
tree70c57dcad74c8272ee5f079f3138615aee0214ed /arch/sh/Kconfig
parentsh: Provide create_irq_nr() for dynamic IRQ creation by number. (diff)
downloadlinux-dev-c7a967273a539a9a38413753c58125e777e2d30d.tar.xz
linux-dev-c7a967273a539a9a38413753c58125e777e2d30d.zip
sh: mach-se: Convert SH7724 solution engine FPGA to sparseirq.
This uses the new create_irq_nr() to build up the FPGA's desired virtual IRQ mapping and permits us to finally flip on sparseirq for this board. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r--arch/sh/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index bae53831c06b..0f023bb62f99 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -731,7 +731,7 @@ config GUSA_RB
config SPARSE_IRQ
def_bool y
depends on SUPERH32 && !SH_DREAMCAST && !SH_HIGHLANDER && \
- !SH_RTS7751R2D && !HD64461 && !SH_7724_SOLUTION_ENGINE
+ !SH_RTS7751R2D && !HD64461
help
This enables support for sparse irqs. This is useful in general
as most CPUs have a fairly sparse array of IRQ vectors, which