xref: /rk3399_rockchip-uboot/drivers/irq/Kconfig (revision 89d8b5fba1c6d0ad8a77fd382e050b4bc17849be)
1config IRQ
2	bool "IRQ support"
3	depends on GICV2 || GICV3
4	default y
5	help
6	  Provide IRQ support for platforms
7
8