:orphan: .. title:: CONFIG_IPM_CAVS_IDC .. kconfig:: CONFIG_IPM_CAVS_IDC CONFIG_IPM_CAVS_IDC ################### *CAVS DSP Intra-DSP Communication (IDC) driver* Type: ``bool`` Help ==== .. code-block:: none Driver for the Intra-DSP Communication (IDC) channel for cross SoC communications. Direct dependencies =================== (\ :kconfig:`SMP ` && \ :kconfig:`SOC_SERIES_INTEL_CAVS_V15 `) || (\ :kconfig:`SMP ` && \ :kconfig:`SOC_SERIES_INTEL_CAVS_V18 `) || (\ :kconfig:`SMP ` && \ :kconfig:`SOC_SERIES_INTEL_CAVS_V20 `) || (\ :kconfig:`SMP ` && \ :kconfig:`SOC_INTEL_S1000 `) || (\ :kconfig:`SMP ` && \ :kconfig:`SOC_SERIES_INTEL_CAVS_V15 `) || (\ :kconfig:`SMP ` && \ :kconfig:`SOC_SERIES_INTEL_CAVS_V18 `) || (\ :kconfig:`SMP ` && \ :kconfig:`SOC_SERIES_INTEL_CAVS_V20 `) || (\ :kconfig:`SMP ` && \ :kconfig:`SOC_INTEL_S1000 `) || (\ :kconfig:`IPM ` && \ :kconfig:`CAVS_ICTL ` && \ :kconfig:`IPM `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y if \ :kconfig:`IPM ` - y if \ :kconfig:`IPM ` - y if \ :kconfig:`IPM ` - y - y if \ :kconfig:`IPM ` - y if \ :kconfig:`IPM ` - y if \ :kconfig:`IPM ` - y if \ :kconfig:`MP_NUM_CPUS ` > 1 && \ :kconfig:`SMP ` Kconfig definitions =================== At ``/xtensa/intel_adsp/cavs_v15/Kconfig.defconfig.series:74`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config IPM_CAVS_IDC bool default y depends on SMP && SOC_SERIES_INTEL_CAVS_V15 ---- At ``/xtensa/intel_adsp/cavs_v18/Kconfig.defconfig.series:78`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config IPM_CAVS_IDC bool default y if IPM depends on SMP && SOC_SERIES_INTEL_CAVS_V18 ---- At ``/xtensa/intel_adsp/cavs_v20/Kconfig.defconfig.series:78`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config IPM_CAVS_IDC bool default y if IPM depends on SMP && SOC_SERIES_INTEL_CAVS_V20 ---- At ``/xtensa/intel_s1000/Kconfig.defconfig:48`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` Menu path: (Top) .. code-block:: kconfig config IPM_CAVS_IDC bool default y if IPM depends on SMP && SOC_INTEL_S1000 ---- At ``/xtensa/intel_adsp/cavs_v15/Kconfig.defconfig.series:74`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config IPM_CAVS_IDC bool default y depends on SMP && SOC_SERIES_INTEL_CAVS_V15 ---- At ``/xtensa/intel_adsp/cavs_v18/Kconfig.defconfig.series:78`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config IPM_CAVS_IDC bool default y if IPM depends on SMP && SOC_SERIES_INTEL_CAVS_V18 ---- At ``/xtensa/intel_adsp/cavs_v20/Kconfig.defconfig.series:78`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config IPM_CAVS_IDC bool default y if IPM depends on SMP && SOC_SERIES_INTEL_CAVS_V20 ---- At ``/xtensa/intel_s1000/Kconfig.defconfig:48`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` Menu path: (Top) .. code-block:: kconfig config IPM_CAVS_IDC bool default y if IPM depends on SMP && SOC_INTEL_S1000 ---- At ``/ipm/Kconfig:102`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:60`` Menu path: (Top) → Device Drivers → IPM drivers .. code-block:: kconfig config IPM_CAVS_IDC bool "CAVS DSP Intra-DSP Communication (IDC) driver" default y if MP_NUM_CPUS > 1 && SMP depends on IPM && CAVS_ICTL && 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.)*