aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/Kconfig
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2011-08-18 08:46:46 -0400
committerGeert Uytterhoeven <geert@linux-m68k.org>2011-11-08 16:35:52 -0500
commitdda7535912255015ecf7264c1d6691a09f8ba487 (patch)
tree6c7b6aa45b63374bd83793c4082bfddc96258e3e /arch/m68k/Kconfig
parent4045513286462a3c12140fac0559f09bcb5e7f10 (diff)
m68k/sun3: Convert Sun3/3x to genirq
Replace the custom irq handler that masks the irq and calls do_IRQ(), and the unmasking in the individual handlers, by handle_level_irq(). Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Cc: Sam Creasey <sammy@sammy.net>
Diffstat (limited to 'arch/m68k/Kconfig')
-rw-r--r--arch/m68k/Kconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/m68k/Kconfig b/arch/m68k/Kconfig
index f2dc708d3da9..290f9c838b35 100644
--- a/arch/m68k/Kconfig
+++ b/arch/m68k/Kconfig
@@ -87,9 +87,7 @@ config MMU_SUN3
87config USE_GENERIC_HARDIRQS 87config USE_GENERIC_HARDIRQS
88 bool "Use genirq" 88 bool "Use genirq"
89 depends on MMU 89 depends on MMU
90 depends on !SUN3X
91 depends on !Q40 90 depends on !Q40
92 depends on !SUN3
93 select HAVE_GENERIC_HARDIRQS 91 select HAVE_GENERIC_HARDIRQS
94 select GENERIC_IRQ_SHOW 92 select GENERIC_IRQ_SHOW
95 93