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