diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2011-08-18 14:47:16 +0200 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2011-11-08 22:35:52 +0100 |
commit | a03010ed9b399fdbc28ac8836e0a6d4b15403f9f (patch) | |
tree | ea82d48efa6e8af9d8f759c77e004da29dd5c558 /arch/m68k/Kconfig | |
parent | dda7535912255015ecf7264c1d6691a09f8ba487 (diff) | |
download | op-kernel-dev-a03010ed9b399fdbc28ac8836e0a6d4b15403f9f.zip op-kernel-dev-a03010ed9b399fdbc28ac8836e0a6d4b15403f9f.tar.gz |
m68k/q40: Convert Q40/Q60 to genirq
q40_irq_handler() must be kept to translate ISA IRQs to the range 1-15.
q40_probe_irq_o{ff,n}() become unused.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Richard Zidlicky <rz@linux-m68k.org>
Diffstat (limited to 'arch/m68k/Kconfig')
-rw-r--r-- | arch/m68k/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/m68k/Kconfig b/arch/m68k/Kconfig index 290f9c8..06198ce 100644 --- a/arch/m68k/Kconfig +++ b/arch/m68k/Kconfig @@ -87,7 +87,6 @@ config MMU_SUN3 config USE_GENERIC_HARDIRQS bool "Use genirq" depends on MMU - depends on !Q40 select HAVE_GENERIC_HARDIRQS select GENERIC_IRQ_SHOW |