aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/Kconfig
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2010-02-02 17:48:17 +0900
committerPaul Mundt <lethal@linux-sh.org>2010-02-02 17:48:17 +0900
commit6eb6f98396f7bd653d8fb15b06364c8c7d70e22c (patch)
tree51155eac621a7cee65d6b3b17fe78d167d3e3945 /arch/sh/Kconfig
parentsh: mach-se: Convert SH7724 solution engine FPGA to sparseirq. (diff)
downloadlinux-dev-6eb6f98396f7bd653d8fb15b06364c8c7d70e22c.tar.xz
linux-dev-6eb6f98396f7bd653d8fb15b06364c8c7d70e22c.zip
sh: hd6446x: Convert to sparseirq.
Follows the se7724 change and converts the hd64461 IRQ handling to sparseirq. 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 0f023bb62f99..9e565d962dc0 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_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