From: Cezary Rojewski Date: Wed, 7 Oct 2020 13:57:01 +0000 (+0200) Subject: ASoC: Intel: catpt: Add explicit DMADEVICES kconfig dependency X-Git-Tag: v5.10-rc1~122^2~1^2^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=56a53ece74e4a5d47f6915f6b81623cec5151f09;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Cezary Rojewski Acked-by: Randy Dunlap Link: https://lore.kernel.org/r/20201007135701.20372-2-cezary.rojewski@intel.com Signed-off-by: Mark Brown --- diff --git a/sound/soc/intel/Kconfig b/sound/soc/intel/Kconfig index e53e9ffc5e2f5..d5bae5d1ab6fd 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