:orphan: .. title:: IPM_CAVS_IDC .. option:: CONFIG_IPM_CAVS_IDC *CAVS DSP Intra-DSP Communication (IDC) driver* Type: ``bool`` Help ==== Driver for the Intra-DSP Communication (IDC) channel for cross SoC communications. Direct dependencies =================== (\ :option:`SMP ` && \ :option:`SOC_SERIES_INTEL_CAVS_V15 `) || (\ :option:`SMP ` && \ :option:`SOC_SERIES_INTEL_CAVS_V18 `) || (\ :option:`SMP ` && \ :option:`SOC_SERIES_INTEL_CAVS_V20 `) || (\ :option:`SMP ` && \ :option:`SOC_SERIES_INTEL_CAVS_V25 `) || (\ :option:`SMP ` && \ :option:`SOC_INTEL_S1000 `) || (\ :option:`IPM ` && \ :option:`CAVS_ICTL ` && \ :option:`IPM `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y if \ :option:`IPM ` - y if \ :option:`IPM ` - y if \ :option:`IPM ` - y if \ :option:`IPM ` - y if \ :option:`MP_NUM_CPUS ` > 1 && \ :option:`SMP ` Kconfig definitions =================== .. highlight:: kconfig At ``soc/xtensa/intel_adsp/cavs_v15/Kconfig.defconfig.series:77`` 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 IPM_CAVS_IDC bool default y depends on \ :option:`SMP ` && \ :option:`SOC_SERIES_INTEL_CAVS_V15 ` ---- At ``soc/xtensa/intel_adsp/cavs_v18/Kconfig.defconfig.series:81`` 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 IPM_CAVS_IDC bool default y if \ :option:`IPM ` depends on \ :option:`SMP ` && \ :option:`SOC_SERIES_INTEL_CAVS_V18 ` ---- At ``soc/xtensa/intel_adsp/cavs_v20/Kconfig.defconfig.series:80`` 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 IPM_CAVS_IDC bool default y if \ :option:`IPM ` depends on \ :option:`SMP ` && \ :option:`SOC_SERIES_INTEL_CAVS_V20 ` ---- At ``soc/xtensa/intel_adsp/cavs_v25/Kconfig.defconfig.series:80`` 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 IPM_CAVS_IDC bool default y if \ :option:`IPM ` depends on \ :option:`SMP ` && \ :option:`SOC_SERIES_INTEL_CAVS_V25 ` ---- At ``soc/xtensa/intel_s1000/Kconfig.defconfig:48`` 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 IPM_CAVS_IDC bool default y if \ :option:`IPM ` depends on \ :option:`SMP ` && \ :option:`SOC_INTEL_S1000 ` ---- At ``drivers/ipm/Kconfig:102`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:58`` Menu path: (Top) → Device Drivers → IPM drivers .. parsed-literal:: config IPM_CAVS_IDC bool "CAVS DSP Intra-DSP Communication (IDC) driver" default y if \ :option:`MP_NUM_CPUS ` > 1 && \ :option:`SMP ` depends on \ :option:`IPM ` && \ :option:`CAVS_ICTL ` && \ :option:`IPM ` help Driver for the Intra-DSP Communication (IDC) channel for cross SoC communications. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*