aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCezary Rojewski <[email protected]>2020-10-07 15:57:01 +0200
committerMark Brown <[email protected]>2020-10-08 21:16:49 +0100
commit56a53ece74e4a5d47f6915f6b81623cec5151f09 (patch)
treef2df25771fe8eaf828c8d9dce7b526ad7c6a5232
parentf38d43dafb0ccd85034fe22647d353ee8be03ab6 (diff)
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: 6cbfa11d2694 ("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]>
-rw-r--r--sound/soc/intel/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/Kconfig b/sound/soc/intel/Kconfig
index e53e9ffc5e2f..d5bae5d1ab6f 100644
--- a/sound/soc/intel/Kconfig
+++ b/sound/soc/intel/Kconfig
@@ -37,7 +37,7 @@ config SND_SOC_INTEL_SST
config SND_SOC_INTEL_CATPT
tristate "Haswell and Broadwell"
depends on ACPI || COMPILE_TEST
- depends on SND_DMA_SGBUF
+ depends on DMADEVICES && SND_DMA_SGBUF
select DW_DMAC_CORE
select SND_SOC_ACPI_INTEL_MATCH
help