aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68k/Kconfig')
-rw-r--r--arch/m68k/Kconfig17
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
87config 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
87menu "Platform setup" 104menu "Platform setup"
88 105
89source arch/m68k/Kconfig.cpu 106source arch/m68k/Kconfig.cpu