diff options
author | Srinivas Kandagatla <srinivas.kandagatla@linaro.org> | 2020-10-26 20:09:47 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-10-26 20:47:32 +0300 |
commit | aa2e2785545aab21b6cb2e23f111ae0751cbcca7 (patch) | |
tree | 8d7baf6dbfac0699ec7e1fad43781fe8a7707c33 /sound/soc/qcom/Kconfig | |
parent | 765c37598494cdb6c8f833e8e46f494af5c7d39e (diff) | |
download | linux-aa2e2785545aab21b6cb2e23f111ae0751cbcca7.tar.xz |
ASoC: qcom: sm8250: add sound card qrb5165-rb5 support
Add support to Qualcomm Robotics RB5 Development Kit based on
QRB5165 Robotics SoC. This board has 2 WSA881X smart speakers
with onboard DMIC connected to internal LPASS codec via WSA
and VA macros respectively.
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Link: https://lore.kernel.org/r/20201026170947.10567-3-srinivas.kandagatla@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/qcom/Kconfig')
-rw-r--r-- | sound/soc/qcom/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sound/soc/qcom/Kconfig b/sound/soc/qcom/Kconfig index 2696ffcba880..484cad31da25 100644 --- a/sound/soc/qcom/Kconfig +++ b/sound/soc/qcom/Kconfig @@ -127,4 +127,15 @@ config SND_SOC_SDM845 SDM845 SoC-based systems. Say Y if you want to use audio device on this SoCs. +config SND_SOC_SM8250 + tristate "SoC Machine driver for SM8250 boards" + depends on QCOM_APR && SOUNDWIRE + depends on COMMON_CLK + select SND_SOC_QDSP6 + select SND_SOC_QCOM_COMMON + help + To add support for audio on Qualcomm Technologies Inc. + SM8250 SoC-based systems. + Say Y if you want to use audio device on this SoCs. + endif #SND_SOC_QCOM |