diff options
author | Matt Fleming <mjf@gentoo.org> | 2008-12-15 19:13:05 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-12-22 04:44:42 -0500 |
commit | 70fe224743c11b57f9b63326313988fdcceb54df (patch) | |
tree | 30dd6955e96536e0214a8ed97c3591f5a2f040e2 /arch/sh | |
parent | 1a94757fae2ac2a9971694b55972f65a396a2f31 (diff) |
sh: Enable GENERIC_HARDIRQS_NO__DO_IRQ for all SuperH machines
After the recent changes to switch SuperH board support over to irq_chip
it is now possible to set GENERIC_HARDIRQS_NO__DO_IRQ for all SuperH
boards.
Signed-off-by: Matt Fleming <mjf@gentoo.org>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index ff3c137deac3..a3ac98b68938 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -58,8 +58,6 @@ config GENERIC_HARDIRQS | |||
58 | 58 | ||
59 | config GENERIC_HARDIRQS_NO__DO_IRQ | 59 | config GENERIC_HARDIRQS_NO__DO_IRQ |
60 | def_bool y | 60 | def_bool y |
61 | depends on SUPERH32 && (!SH_DREAMCAST && !SH_SH4202_MICRODEV && \ | ||
62 | !SH_7751_SYSTEMH && !HD64461) | ||
63 | 61 | ||
64 | config GENERIC_IRQ_PROBE | 62 | config GENERIC_IRQ_PROBE |
65 | def_bool y | 63 | def_bool y |