diff options
author | Felipe Balbi <balbi@ti.com> | 2014-09-15 17:15:02 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-09-16 17:44:59 -0400 |
commit | 8598066cddd186809c4edf5aae5f018c00079e8c (patch) | |
tree | fa1eee6f1f4a4e2c7feb3905c655f70ff7461fc5 /drivers/irqchip/Kconfig | |
parent | eaacabc0d9b637c82788c66955b4ba0efebd5500 (diff) |
arm: omap: irq: move irq.c to drivers/irqchip/
Just move the code over as it has no dependencies
on arch/arm/ anymore.
Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'drivers/irqchip/Kconfig')
-rw-r--r-- | drivers/irqchip/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig index b8632bf9a7f3..9d539decf864 100644 --- a/drivers/irqchip/Kconfig +++ b/drivers/irqchip/Kconfig | |||
@@ -75,6 +75,11 @@ config OR1K_PIC | |||
75 | bool | 75 | bool |
76 | select IRQ_DOMAIN | 76 | select IRQ_DOMAIN |
77 | 77 | ||
78 | config OMAP_IRQCHIP | ||
79 | bool | ||
80 | select GENERIC_IRQ_CHIP | ||
81 | select IRQ_DOMAIN | ||
82 | |||
78 | config ORION_IRQCHIP | 83 | config ORION_IRQCHIP |
79 | bool | 84 | bool |
80 | select IRQ_DOMAIN | 85 | select IRQ_DOMAIN |