diff options
author | Paul Mundt <lethal@linux-sh.org> | 2010-02-02 04:01:55 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-02-02 04:01:55 -0500 |
commit | deb9b22b8968fa0166d89c8ad1346e816cf1aec4 (patch) | |
tree | a8f2a46d7498182c11bda07916b4b954c8541a8a /arch/sh/Kconfig | |
parent | 6eb6f98396f7bd653d8fb15b06364c8c7d70e22c (diff) |
sh: mach-dreamcast: Convert to sparseirq.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 9e565d962dc0..3b3c036cbc30 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -730,8 +730,7 @@ config GUSA_RB | |||
730 | 730 | ||
731 | config SPARSE_IRQ | 731 | config SPARSE_IRQ |
732 | def_bool y | 732 | def_bool y |
733 | depends on SUPERH32 && !SH_DREAMCAST && !SH_HIGHLANDER && \ | 733 | depends on SUPERH32 && !SH_HIGHLANDER && !SH_RTS7751R2D |
734 | !SH_RTS7751R2D | ||
735 | help | 734 | help |
736 | This enables support for sparse irqs. This is useful in general | 735 | This enables support for sparse irqs. This is useful in general |
737 | 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 |