Skip to content

Commit d910306

Browse files
dcpleungcfriedt
authored andcommitted
soc: intel_adsp: remove IDC dt default for CONFIG_INTEL_ADSP_IPC
The SoC specific IPC driver is for host IPC, and not IDC (which is between CPUs). So there is no need to use the IDC devicetree binding to enable the kconfig. Signed-off-by: Daniel Leung <[email protected]>
1 parent 0b3b6f3 commit d910306

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

soc/intel/intel_adsp/Kconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,10 @@ config INTEL_ADSP_SIM_NO_SECONDARY_CORE_FLOW
3333
endif # INTEL_ADSP_SIM
3434

3535
DT_COMPAT_INTEL_ADSP_HOST_IPC := intel,adsp-host-ipc
36-
DT_COMPAT_INTEL_ADSP_IDC := intel,adsp-idc
3736

3837
config INTEL_ADSP_IPC
3938
bool "Driver for the host IPC interrupt delivery"
4039
default $(dt_compat_enabled,$(DT_COMPAT_INTEL_ADSP_HOST_IPC)) if !SOF
41-
default $(dt_compat_enabled,$(DT_COMPAT_INTEL_ADSP_IDC)) if !SOF
4240
help
4341
Driver for the host IPC interrupt delivery mechanism.
4442
Currently SOF has its own driver for this hardware.

0 commit comments

Comments
 (0)