Skip to content

Commit b86f19a

Browse files
committed
audio: chain_dma: update build time dependencies
Add explicit dependency to CONFIG_DMA_INTEL_ADSP_HDA as the current chain DMA uses HDA definitions in its implementation. Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
1 parent 429fa14 commit b86f19a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/audio/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ config COMP_CHAIN_DMA
5252
bool "Chain DMA component"
5353
default n
5454
depends on IPC_MAJOR_4
55+
depends on DMA_INTEL_ADSP_HDA
5556
help
5657
Chain DMA support in hardware
5758

0 commit comments

Comments
 (0)