ARM: 6532/1: Allow machine to specify it's own IRQ handlers at run-time
[pandora-kernel.git] / arch / arm / Kconfig
index fd0e21b..4769486 100644 (file)
@@ -1022,6 +1022,11 @@ config CPU_HAS_PMU
        default y
        bool
 
+config MULTI_IRQ_HANDLER
+       bool
+       help
+         Allow each machine to specify it's own IRQ handler at run time.
+
 if !MMU
 source "arch/arm/Kconfig-nommu"
 endif