Skip to content

Commit

Permalink
audio: chain_dma: update build time dependencies
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
kv2019i committed Nov 14, 2024
1 parent 429fa14 commit b86f19a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/audio/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ config COMP_CHAIN_DMA
bool "Chain DMA component"
default n
depends on IPC_MAJOR_4
depends on DMA_INTEL_ADSP_HDA
help
Chain DMA support in hardware

Expand Down

0 comments on commit b86f19a

Please sign in to comment.