diff options
author | Zhen Lei <thunder.leizhen@huawei.com> | 2020-09-24 09:17:51 +0200 |
---|---|---|
committer | Marc Zyngier <maz@kernel.org> | 2020-09-25 17:49:14 +0200 |
commit | 54a38440b84f8933b555c23273deca6a396f6708 (patch) | |
tree | edfa8ff26335d20189a6c23a84bc10b552421c17 /drivers/irqchip/Kconfig | |
parent | irqchip/dw-apb-ictl: Refactor priot to introducing hierarchical irq domains (diff) | |
download | linux-54a38440b84f8933b555c23273deca6a396f6708.tar.xz linux-54a38440b84f8933b555c23273deca6a396f6708.zip |
irqchip/dw-apb-ictl: Add primary interrupt controller support
Add support to use dw-apb-ictl as primary interrupt controller.
Suggested-by: Marc Zyngier <maz@kernel.org>
Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com>
[maz: minor fixups]
Signed-off-by: Marc Zyngier <maz@kernel.org>
Tested-by: Haoyu Lv <lvhaoyu@huawei.com>
Link: https://lore.kernel.org/r/20200924071754.4509-4-thunder.leizhen@huawei.com
Diffstat (limited to 'drivers/irqchip/Kconfig')
-rw-r--r-- | drivers/irqchip/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig index bfc9719dbcdc..7c2d1c8fa551 100644 --- a/drivers/irqchip/Kconfig +++ b/drivers/irqchip/Kconfig @@ -148,7 +148,7 @@ config DAVINCI_CP_INTC config DW_APB_ICTL bool select GENERIC_IRQ_CHIP - select IRQ_DOMAIN + select IRQ_DOMAIN_HIERARCHY config FARADAY_FTINTC010 bool |