summaryrefslogtreecommitdiffstats
path: root/drivers/irqchip/Kconfig
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2019-05-27 14:17:11 +0200
committerMarc Zyngier <marc.zyngier@arm.com>2019-05-29 10:42:25 +0100
commita644ccb819bcf3e4038064fb601b2a07ccd0c315 (patch)
tree5dfbb5e0fce65683995c08a244fa2201855e5f40 /drivers/irqchip/Kconfig
parent5e27a314a11f7fa53795282eea59a024fd3020ba (diff)
downloadlinux-a644ccb819bcf3e4038064fb601b2a07ccd0c315.tar.bz2
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