diff options
author | Cheng-Yi Chiang <cychiang@chromium.org> | 2019-02-18 07:18:19 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-02-18 20:42:22 +0300 |
commit | 74c6ecf4194ebed285b29964a950e0cd7414fe19 (patch) | |
tree | e67cc78454eef048d7a7f3cc9aee436f62462cea /sound/soc | |
parent | 2231609a2c0a4807c017822ecb5834bbb7f59fb9 (diff) | |
download | linux-74c6ecf4194ebed285b29964a950e0cd7414fe19.tar.xz |
ASoC: qcom: Kconfig: select dmic for sdm845
sdm845 uses dmic on EC so it should select CROS_EC_CODEC.
Signed-off-by: Cheng-Yi Chiang <cychiang@chromium.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc')
-rw-r--r-- | sound/soc/qcom/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/qcom/Kconfig b/sound/soc/qcom/Kconfig index 7948e993adba..8f206cb4fcc0 100644 --- a/sound/soc/qcom/Kconfig +++ b/sound/soc/qcom/Kconfig @@ -103,6 +103,7 @@ config SND_SOC_SDM845 select SND_SOC_QCOM_COMMON select SND_SOC_RT5663 select SND_SOC_MAX98927 + select SND_SOC_CROS_EC_CODEC help To add support for audio on Qualcomm Technologies Inc. SDM845 SoC-based systems. |