summaryrefslogtreecommitdiffstats
path: root/drivers/irqchip/Kconfig
diff options
context:
space:
mode:
authorGeert Uytterhoeven2019-05-27 14:17:11 +0200
committerMarc Zyngier2019-05-29 11:42:25 +0200
commita644ccb819bcf3e4038064fb601b2a07ccd0c315 (patch)
tree5dfbb5e0fce65683995c08a244fa2201855e5f40 /drivers/irqchip/Kconfig
parentdt-bindings: interrupt-controller: Add Renesas RZ/A1 Interrupt Controller (diff)
downloadkernel-qcow2-linux-a644ccb819bcf3e4038064fb601b2a07ccd0c315.tar.gz
kernel-qcow2-linux-a644ccb819bcf3e4038064fb601b2a07ccd0c315.tar.xz
kernel-qcow2-linux-a644ccb819bcf3e4038064fb601b2a07ccd0c315.zip
irqchip: Add Renesas RZ/A1 Interrupt Controller driver
Add a driver for the Renesas RZ/A1 Interrupt Controller. This supports using up to 8 external interrupts on RZ/A1, with configurable sense select. NMI edge select is not yet supported. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Tested-by: Chris Brandt <chris.brandt@renesas.com> Reviewed-by: Simon Horman <horms+renesas@verge.net.au> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Diffstat (limited to 'drivers/irqchip/Kconfig')
-rw-r--r--drivers/irqchip/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
index 659c5e0fb835..2d3b5a27cc98 100644
--- a/drivers/irqchip/Kconfig
+++ b/drivers/irqchip/Kconfig
@@ -225,6 +225,10 @@ config RENESAS_IRQC
select GENERIC_IRQ_CHIP
select IRQ_DOMAIN
+config RENESAS_RZA1_IRQC
+ bool
+ select IRQ_DOMAIN_HIERARCHY
+
config ST_IRQCHIP
bool
select REGMAP