:orphan: .. title:: CAVS_ICTL_2_OFFSET .. option:: CONFIG_CAVS_ICTL_2_OFFSET *Parent interrupt number to which CAVS_2 maps* Type: ``int`` Direct dependencies =================== \ :option:`BOARD_INTEL_ADSP_CAVS15 ` || \ :option:`BOARD_INTEL_ADSP_CAVS18 ` || \ :option:`BOARD_INTEL_ADSP_CAVS20 ` || \ :option:`BOARD_INTEL_ADSP_CAVS25 ` || \ :option:`BOARD_INTEL_S1000_CRB ` || \ :option:`CAVS_ICTL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - 13 - 13 - 13 - 13 - 13 - 0 Kconfig definitions =================== .. highlight:: kconfig At ``boards/xtensa/intel_adsp_cavs15/Kconfig.defconfig:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config CAVS_ICTL_2_OFFSET int default 13 depends on \ :option:`BOARD_INTEL_ADSP_CAVS15 ` ---- At ``boards/xtensa/intel_adsp_cavs18/Kconfig.defconfig:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config CAVS_ICTL_2_OFFSET int default 13 depends on \ :option:`BOARD_INTEL_ADSP_CAVS18 ` ---- At ``boards/xtensa/intel_adsp_cavs20/Kconfig.defconfig:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config CAVS_ICTL_2_OFFSET int default 13 depends on \ :option:`BOARD_INTEL_ADSP_CAVS20 ` ---- At ``boards/xtensa/intel_adsp_cavs25/Kconfig.defconfig:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config CAVS_ICTL_2_OFFSET int default 13 depends on \ :option:`BOARD_INTEL_ADSP_CAVS25 ` ---- At ``boards/xtensa/intel_s1000_crb/Kconfig.defconfig:13`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config CAVS_ICTL_2_OFFSET int default 13 depends on \ :option:`BOARD_INTEL_S1000_CRB ` ---- At ``drivers/interrupt_controller/Kconfig.cavs:29`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:26`` → ``drivers/interrupt_controller/Kconfig:59`` Menu path: (Top) → Device Drivers → Interrupt Controllers → CAVS Interrupt Logic .. parsed-literal:: config CAVS_ICTL_2_OFFSET int "Parent interrupt number to which CAVS_2 maps" default 0 depends on \ :option:`CAVS_ICTL ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*