diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2011-04-21 16:50:52 -0400 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2011-11-08 16:35:49 -0500 |
commit | 4936f63cb790e265eb30a1e1630bb90bd6af0e7a (patch) | |
tree | 9cd5da60334940b4d6b190a10262f02823b06aa5 /arch/m68k/Kconfig | |
parent | 5a2394534b160ce18f9a705cf9de40e77648f8a2 (diff) |
m68k/irq: Add genirq support
Disabled on all platforms for now
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
[v1] Acked-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/m68k/Kconfig')
-rw-r--r-- | arch/m68k/Kconfig | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/arch/m68k/Kconfig b/arch/m68k/Kconfig index 6c28582fb98f..a7597e119ab0 100644 --- a/arch/m68k/Kconfig +++ b/arch/m68k/Kconfig | |||
@@ -84,6 +84,23 @@ config MMU_SUN3 | |||
84 | bool | 84 | bool |
85 | depends on MMU && !MMU_MOTOROLA | 85 | depends on MMU && !MMU_MOTOROLA |
86 | 86 | ||
87 | config USE_GENERIC_HARDIRQS | ||
88 | bool "Use genirq" | ||
89 | depends on MMU | ||
90 | depends on !AMIGA | ||
91 | depends on !ATARI | ||
92 | depends on !MAC | ||
93 | depends on !APOLLO | ||
94 | depends on !MVME147 | ||
95 | depends on !MVME16x | ||
96 | depends on !BVME6000 | ||
97 | depends on !HP300 | ||
98 | depends on !SUN3X | ||
99 | depends on !Q40 | ||
100 | depends on !SUN3 | ||
101 | select HAVE_GENERIC_HARDIRQS | ||
102 | select GENERIC_IRQ_SHOW | ||
103 | |||
87 | menu "Platform setup" | 104 | menu "Platform setup" |
88 | 105 | ||
89 | source arch/m68k/Kconfig.cpu | 106 | source arch/m68k/Kconfig.cpu |