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 <rdunlap@infradead.org> Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Link: https://lore.kernel.org/r/20201007135701.20372-2-cezary.rojewski@intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent f38d43d commit 56a53ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)