Skip to content

Commit 56a53ec

Browse files
crojewsk-intelbroonie
authored andcommitted
ASoC: Intel: catpt: Add explicit DMADEVICES kconfig dependency
catpt selects DW_DMAC_CORE which requires DMADEVICES. Fix unmet direct dependencies warning by updating driver's depends-on list. Fixes: 6cbfa11 ("ASoC: Intel: Select catpt and deprecate haswell") Reported-by: Randy Dunlap <[email protected]> Signed-off-by: Cezary Rojewski <[email protected]> Acked-by: Randy Dunlap <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent f38d43d commit 56a53ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/intel/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ config SND_SOC_INTEL_SST
3737
config SND_SOC_INTEL_CATPT
3838
tristate "Haswell and Broadwell"
3939
depends on ACPI || COMPILE_TEST
40-
depends on SND_DMA_SGBUF
40+
depends on DMADEVICES && SND_DMA_SGBUF
4141
select DW_DMAC_CORE
4242
select SND_SOC_ACPI_INTEL_MATCH
4343
help

0 commit comments

Comments
 (0)