The latest development version of this page may be more current than this released 2.3.0 version.
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

(SMP && SOC_INTEL_APL_ADSP) || (SMP && SOC_INTEL_S1000) || (SMP && CAVS_ICTL && IPM)

(Includes any dependencies from ifs and menus.)

Defaults

Kconfig definitions

At soc/xtensa/intel_apl_adsp/Kconfig.defconfig:75

Included via Kconfig:8Kconfig.zephyr:25

Menu path: (Top)

config IPM_CAVS_IDC
    bool
    default y if IPM
    depends on SMP && SOC_INTEL_APL_ADSP

At soc/xtensa/intel_s1000/Kconfig.defconfig:40

Included via Kconfig:8Kconfig.zephyr:25

Menu path: (Top)

config IPM_CAVS_IDC
    bool
    default y if IPM
    depends on SMP && SOC_INTEL_S1000

At drivers/ipm/Kconfig:102

Included via Kconfig:8Kconfig.zephyr:32drivers/Kconfig:56

Menu path: (Top) → Device Drivers → IPM drivers

config IPM_CAVS_IDC
    bool "CAVS DSP Intra-DSP Communication (IDC) driver"
    depends on SMP && 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.)