summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/Kconfig
diff options
context:
space:
mode:
authorOder Chiou <oder_chiou@realtek.com>2020-02-19 13:28:57 +0300
committerMark Brown <broonie@kernel.org>2020-02-26 21:14:14 +0300
commit03f6fc6de9192f4e4209ceee0e92f5947d44fc0a (patch)
treee517352f840ba90afc89d17d4e085d33b0dd3a0c /sound/soc/codecs/Kconfig
parent6b8e4e7db3cd236a2cbb720360fb135087a2ac1d (diff)
downloadlinux-03f6fc6de9192f4e4209ceee0e92f5947d44fc0a.tar.xz
ASoC: rt5682: Add the soundwire support
This patch adds the soundwire support for ALC5682. Signed-off-by: Oder Chiou <oder_chiou@realtek.com> Link: https://lore.kernel.org/r/20200219102858.20166-1-oder_chiou@realtek.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/Kconfig')
-rw-r--r--sound/soc/codecs/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig
index a7e89567edbe..6aee70ed43df 100644
--- a/sound/soc/codecs/Kconfig
+++ b/sound/soc/codecs/Kconfig
@@ -168,6 +168,7 @@ config SND_SOC_ALL_CODECS
imply SND_SOC_RT5670
imply SND_SOC_RT5677
imply SND_SOC_RT5682
+ imply SND_SOC_RT5682_SDW
imply SND_SOC_RT700_SDW
imply SND_SOC_RT711_SDW
imply SND_SOC_RT715_SDW
@@ -1136,6 +1137,12 @@ config SND_SOC_RT5682
tristate
depends on I2C
+config SND_SOC_RT5682_SDW
+ tristate "Realtek RT5682 Codec - SDW"
+ depends on SOUNDWIRE
+ select SND_SOC_RT5682
+ select REGMAP_SOUNDWIRE
+
config SND_SOC_RT700
tristate