diff options
author | Jason Cooper <jason@lakedaemon.net> | 2014-07-19 00:58:34 +0400 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-07-19 00:58:34 +0400 |
commit | f0cf9d2facbe3aa93b302058c013729cbc1bca22 (patch) | |
tree | 272bdf38e50d723fc88ef1fa068582087b6b8b27 /drivers/irqchip/Kconfig | |
parent | 20c0c607605244dd237707bb07e7f2ffd82e8aa5 (diff) | |
parent | 6704d12d688192366f3a70e6f8a85cb5a869cd5a (diff) | |
download | linux-f0cf9d2facbe3aa93b302058c013729cbc1bca22.tar.xz |
Merge branch 'irqchip/atmel-aic' into irqchip/core
Topic branch set up to facilitate merging the rest of the series which
removes the driver from arch code.
Diffstat (limited to 'drivers/irqchip/Kconfig')
-rw-r--r-- | drivers/irqchip/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig index 5b256ed37d96..4e230e7c76ee 100644 --- a/drivers/irqchip/Kconfig +++ b/drivers/irqchip/Kconfig @@ -35,6 +35,20 @@ config ARM_VIC_NR The maximum number of VICs available in the system, for power management. +config ATMEL_AIC_IRQ + bool + select GENERIC_IRQ_CHIP + select IRQ_DOMAIN + select MULTI_IRQ_HANDLER + select SPARSE_IRQ + +config ATMEL_AIC5_IRQ + bool + select GENERIC_IRQ_CHIP + select IRQ_DOMAIN + select MULTI_IRQ_HANDLER + select SPARSE_IRQ + config BRCMSTB_L2_IRQ bool depends on ARM |