xref: /rk3399_rockchip-uboot/drivers/irq/Kconfig (revision 33f8d8a65e85191a1fdeeae37fda3fa465daa7e5)
1config IRQ
2	bool "IRQ support"
3	depends on GICV2 || GICV3
4	default y
5	help
6	  Provide IRQ support for platforms
7
8config IRQ2GPIO_V2
9	bool "Enable irq to gpio v2 transfer"
10	depends on IRQ
11	help
12	  Some platform with new GPIO IP implements the low/high
13	  registers with write mask. This configure handles it.
14