mirror of https://github.com/thesofproject/sof.git
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>
This commit is contained in:
parent
429fa14b93
commit
b86f19a480
|
@ -52,6 +52,7 @@ config COMP_CHAIN_DMA
|
||||||
bool "Chain DMA component"
|
bool "Chain DMA component"
|
||||||
default n
|
default n
|
||||||
depends on IPC_MAJOR_4
|
depends on IPC_MAJOR_4
|
||||||
|
depends on DMA_INTEL_ADSP_HDA
|
||||||
help
|
help
|
||||||
Chain DMA support in hardware
|
Chain DMA support in hardware
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue