diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2019-04-30 15:42:29 +0530 |
---|---|---|
committer | Marc Zyngier <marc.zyngier@arm.com> | 2019-05-01 10:49:17 +0100 |
commit | f011df6179bdffac63987f009d25dd79b6e2df23 (patch) | |
tree | e6dfeda3708c0d0b496a7cbfb7c77511b4649521 /drivers/irqchip/Kconfig | |
parent | 49b323157bf1e70bfb3114a463d340399906c43a (diff) | |
download | linux-f011df6179bdffac63987f009d25dd79b6e2df23.tar.bz2 |
irqchip/ti-sci-inta: Add msi domain support
Add a msi domain that is child to the INTA domain. Clients
uses the INTA MSI bus layer to allocate irqs in this
MSI domain.
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Diffstat (limited to 'drivers/irqchip/Kconfig')
-rw-r--r-- | drivers/irqchip/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig index 2c8d5daad57c..fcf9457cc1d9 100644 --- a/drivers/irqchip/Kconfig +++ b/drivers/irqchip/Kconfig @@ -433,6 +433,7 @@ config TI_SCI_INTA_IRQCHIP bool depends on TI_SCI_PROTOCOL select IRQ_DOMAIN_HIERARCHY + select TI_SCI_INTA_MSI_DOMAIN help This enables the irqchip driver support for K3 Interrupt aggregator over TI System Control Interface available on some new TI's SoCs. |