config MTK_CIRQ
	bool "Enable MTK System interrupt controller"
	help
	  System interrupt controller(SYS_CIRQ) is a low-power interrupt controller
	  which is designed to work outside MCUSYS as second level interrupt controller.
	  With SYS_CIRQ, the MCUSYS can be completely turned off to improve system power consumption without losing interrupts.

config MTK_SYS_CIRQ
	bool
	help
	  System interrupt controller(SYS_CIRQ) is a low-power interrupt controller
	  which is designed to work outside MCUSYS as second level interrupt controller.
	  With SYS_CIRQ, the MCUSYS can be completely turned off to improve system power consumption without losing interrupts.

