-
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.)
Kconfig definitions¶
At soc/xtensa/intel_apl_adsp/Kconfig.defconfig:75
Included via Kconfig:8
→ Kconfig.zephyr:25
Menu path: (Top)
config IPM_CAVS_IDC bool default y ifIPM
depends onSMP
&&SOC_INTEL_APL_ADSP
At soc/xtensa/intel_s1000/Kconfig.defconfig:40
Included via Kconfig:8
→ Kconfig.zephyr:25
Menu path: (Top)
config IPM_CAVS_IDC bool default y ifIPM
depends onSMP
&&SOC_INTEL_S1000
At drivers/ipm/Kconfig:102
Included via Kconfig:8
→ Kconfig.zephyr:32
→ drivers/Kconfig:56
Menu path: (Top) → Device Drivers → IPM drivers
config IPM_CAVS_IDC bool "CAVS DSP Intra-DSP Communication (IDC) driver" depends onSMP
&&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.)