alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ASoC: qcom: Kconfig: fix dependency for sdm845
@ 2019-02-25 13:54 Cheng-Yi Chiang
  2019-02-25 14:37 ` Enric Balletbo i Serra
  2019-02-26 12:06 ` Applied "ASoC: qcom: Kconfig: fix dependency for sdm845" to the asoc tree Mark Brown
  0 siblings, 2 replies; 4+ messages in thread
From: Cheng-Yi Chiang @ 2019-02-25 13:54 UTC (permalink / raw)
  To: linux-kernel
  Cc: Mark Brown, alsa-devel, enric.balletbo, rdunlap, ncrews, bleung,
	dgreid, tzungbi, Rohit kumar, Cheng-Yi Chiang

SND_SOC_CROS_EC_CODEC depends on MFD_CROS_EC.
Add that dependency to SND_SOC_SDM845 to fix unmet direct dependencies
warning.

Fixes: 74c6ecf4194e (ASoC: qcom: Kconfig: select dmic for sdm845)
Signed-off-by: Cheng-Yi Chiang <cychiang@chromium.org>
---
 sound/soc/qcom/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/qcom/Kconfig b/sound/soc/qcom/Kconfig
index 8f206cb4fcc0..75ceb04d8bf0 100644
--- a/sound/soc/qcom/Kconfig
+++ b/sound/soc/qcom/Kconfig
@@ -98,7 +98,7 @@ config SND_SOC_MSM8996
 
 config SND_SOC_SDM845
 	tristate "SoC Machine driver for SDM845 boards"
-	depends on QCOM_APR
+	depends on QCOM_APR && MFD_CROS_EC
 	select SND_SOC_QDSP6
 	select SND_SOC_QCOM_COMMON
 	select SND_SOC_RT5663
-- 
2.21.0.rc0.258.g878e2cd30e-goog

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-02-26 12:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-25 13:54 [PATCH] ASoC: qcom: Kconfig: fix dependency for sdm845 Cheng-Yi Chiang
2019-02-25 14:37 ` Enric Balletbo i Serra
2019-02-25 16:29   ` Randy Dunlap
2019-02-26 12:06 ` Applied "ASoC: qcom: Kconfig: fix dependency for sdm845" to the asoc tree Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).