Kconfig (44c916d58b9ef1f2c4aec2def57fa8289c716a60) Kconfig (89323f8c504a8653c66fe4a314723b36b07e29e1)
1config IRQCHIP
2 def_bool y
3 depends on OF_IRQ
4
5config ARM_GIC
6 bool
7 select IRQ_DOMAIN
8 select MULTI_IRQ_HANDLER

--- 99 unchanged lines hidden (view full) ---

108
109config IRQ_CROSSBAR
110 bool
111 help
112 Support for a CROSSBAR ip that preceeds the main interrupt controller.
113 The primary irqchip invokes the crossbar's callback which inturn allocates
114 a free irq and configures the IP. Thus the peripheral interrupts are
115 routed to one of the free irqchip interrupt lines.
1config IRQCHIP
2 def_bool y
3 depends on OF_IRQ
4
5config ARM_GIC
6 bool
7 select IRQ_DOMAIN
8 select MULTI_IRQ_HANDLER

--- 99 unchanged lines hidden (view full) ---

108
109config IRQ_CROSSBAR
110 bool
111 help
112 Support for a CROSSBAR ip that preceeds the main interrupt controller.
113 The primary irqchip invokes the crossbar's callback which inturn allocates
114 a free irq and configures the IP. Thus the peripheral interrupts are
115 routed to one of the free irqchip interrupt lines.
116
117config KEYSTONE_IRQ
118 tristate "Keystone 2 IRQ controller IP"
119 depends on ARCH_KEYSTONE
120 help
121 Support for Texas Instruments Keystone 2 IRQ controller IP which
122 is part of the Keystone 2 IPC mechanism