:orphan: .. title:: CAVS_ICTL .. option:: CONFIG_CAVS_ICTL *CAVS Interrupt Logic* Type: ``bool`` Help ==== These are 4 in number supporting a max of 32 interrupts each. Direct dependencies =================== \ :option:`MULTI_LEVEL_INTERRUPTS ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/interrupt_controller/Kconfig.cavs:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:26`` → ``drivers/interrupt_controller/Kconfig:59`` Menu path: (Top) → Device Drivers → Interrupt Controllers .. parsed-literal:: config CAVS_ICTL bool "CAVS Interrupt Logic" depends on \ :option:`MULTI_LEVEL_INTERRUPTS ` help These are 4 in number supporting a max of 32 interrupts each. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*