]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/irqchip/Kconfig
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[karo-tx-linux.git] / drivers / irqchip / Kconfig
index c88896478e7034e1fba4f2a62ffeea3e6c61055c..b21f12f1766dea301c7b6749d0e77bc6bfaa3ebd 100644 (file)
@@ -75,6 +75,11 @@ config OR1K_PIC
        bool
        select IRQ_DOMAIN
 
+config OMAP_IRQCHIP
+       bool
+       select GENERIC_IRQ_CHIP
+       select IRQ_DOMAIN
+
 config ORION_IRQCHIP
        bool
        select IRQ_DOMAIN
@@ -109,7 +114,7 @@ config XTENSA_MX
 config IRQ_CROSSBAR
        bool
        help
-         Support for a CROSSBAR ip that preceeds the main interrupt controller.
+         Support for a CROSSBAR ip that precedes the main interrupt controller.
          The primary irqchip invokes the crossbar's callback which inturn allocates
          a free irq and configures the IP. Thus the peripheral interrupts are
          routed to one of the free irqchip interrupt lines.