:orphan: .. title:: CAVS_ICTL_1_NAME .. option:: CONFIG_CAVS_ICTL_1_NAME *CAVS 1 Driver name* Type: ``string`` Direct dependencies =================== \ :option:`CAVS_ICTL ` *(Includes any dependencies from ifs and menus.)* Default ======= - "CAVS_1" Kconfig definition ================== .. highlight:: kconfig At ``drivers/interrupt_controller/Kconfig.cavs:29`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:40`` → ``drivers/Kconfig:22`` → ``drivers/interrupt_controller/Kconfig:50`` Menu path: (Top) → Device Drivers → Interrupt Controllers → CAVS Interrupt Logic .. parsed-literal:: config CAVS_ICTL_1_NAME string "CAVS 1 Driver name" default "CAVS_1" depends on \ :option:`CAVS_ICTL ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*