:orphan: .. title:: IRQ_OFFLOAD_INTNUM .. option:: CONFIG_IRQ_OFFLOAD_INTNUM *IRQ offload SW interrupt index* Type: ``int`` Help ==== The index of the software interrupt to be used for IRQ offload. Please note that in order for IRQ offload to work correctly the selected interrupt shall have its priority shall not exceed XCHAL_EXCM_LEVEL. Direct dependencies =================== \ :option:`SOC_ESP32 ` || \ :option:`SOC_SERIES_INTEL_CAVS_V15 ` || \ :option:`SOC_SERIES_INTEL_CAVS_V18 ` || \ :option:`SOC_SERIES_INTEL_CAVS_V20 ` || \ :option:`SOC_SERIES_INTEL_CAVS_V25 ` || \ :option:`SOC_INTEL_S1000 ` || \ :option:`SOC_XTENSA_SAMPLE_CONTROLLER ` || \ :option:`XTENSA ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - 7 - 0 - 0 - 0 - 0 - 0 - 7 Kconfig definitions =================== .. highlight:: kconfig At ``soc/xtensa/esp32/Kconfig.defconfig:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` Menu path: (Top) .. parsed-literal:: config IRQ_OFFLOAD_INTNUM int default 7 depends on \ :option:`SOC_ESP32 ` ---- At ``soc/xtensa/intel_adsp/cavs_v15/Kconfig.defconfig.series:34`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. parsed-literal:: config IRQ_OFFLOAD_INTNUM int default 0 depends on \ :option:`SOC_SERIES_INTEL_CAVS_V15 ` ---- At ``soc/xtensa/intel_adsp/cavs_v18/Kconfig.defconfig.series:34`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. parsed-literal:: config IRQ_OFFLOAD_INTNUM int default 0 depends on \ :option:`SOC_SERIES_INTEL_CAVS_V18 ` ---- At ``soc/xtensa/intel_adsp/cavs_v20/Kconfig.defconfig.series:34`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. parsed-literal:: config IRQ_OFFLOAD_INTNUM int default 0 depends on \ :option:`SOC_SERIES_INTEL_CAVS_V20 ` ---- At ``soc/xtensa/intel_adsp/cavs_v25/Kconfig.defconfig.series:34`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. parsed-literal:: config IRQ_OFFLOAD_INTNUM int default 0 depends on \ :option:`SOC_SERIES_INTEL_CAVS_V25 ` ---- At ``soc/xtensa/intel_s1000/Kconfig.defconfig:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` Menu path: (Top) .. parsed-literal:: config IRQ_OFFLOAD_INTNUM int default 0 depends on \ :option:`SOC_INTEL_S1000 ` ---- At ``soc/xtensa/sample_controller/Kconfig.defconfig:16`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` Menu path: (Top) .. parsed-literal:: config IRQ_OFFLOAD_INTNUM int default 7 depends on \ :option:`SOC_XTENSA_SAMPLE_CONTROLLER ` ---- At ``arch/xtensa/Kconfig:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:29`` → ``arch/Kconfig:12`` Menu path: (Top) → XTENSA Options → Specific core configuration .. parsed-literal:: config IRQ_OFFLOAD_INTNUM int "IRQ offload SW interrupt index" depends on \ :option:`XTENSA ` help The index of the software interrupt to be used for IRQ offload. Please note that in order for IRQ offload to work correctly the selected interrupt shall have its priority shall not exceed XCHAL_EXCM_LEVEL. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*