summaryrefslogtreecommitdiff
path: root/sound/soc/mediatek/Kconfig
diff options
context:
space:
mode:
authorTzung-Bi Shih <tzungbi@google.com>2020-07-09 20:24:45 +0800
committerMark Brown <broonie@kernel.org>2020-07-09 20:34:36 +0100
commit9e30251fb22eccaf2199cdfdc02c90459f83bea7 (patch)
tree38c5bbec79c2155913723d66953ca9fe3435fac1 /sound/soc/mediatek/Kconfig
parentf739f2ce708cccf1b071e7a1219d932e476b26cd (diff)
downloadlinux-9e30251fb22eccaf2199cdfdc02c90459f83bea7.tar.gz
ASoC: mediatek: mt8183-da7219: support machine driver with rt1015
Supports machine driver with rt1015 ("mt8183-da7219-rt1015"). Embeds in existing mt8183-da7219-max98357.c because they share most of the code. Signed-off-by: Tzung-Bi Shih <tzungbi@google.com> Link: https://lore.kernel.org/r/20200709122445.1584497-6-tzungbi@google.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/mediatek/Kconfig')
-rw-r--r--sound/soc/mediatek/Kconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/sound/soc/mediatek/Kconfig b/sound/soc/mediatek/Kconfig
index 238e4871678a..786a8d5031e4 100644
--- a/sound/soc/mediatek/Kconfig
+++ b/sound/soc/mediatek/Kconfig
@@ -134,15 +134,16 @@ config SND_SOC_MT8183_MT6358_TS3A227E_MAX98357A
If unsure select "N".
config SND_SOC_MT8183_DA7219_MAX98357A
- tristate "ASoC Audio driver for MT8183 with DA7219 MAX98357A codec"
+ tristate "ASoC Audio driver for MT8183 with DA7219 MAX98357A RT1015 codec"
depends on SND_SOC_MT8183 && I2C
select SND_SOC_MT6358
select SND_SOC_MAX98357A
+ select SND_SOC_RT1015
select SND_SOC_DA7219
select SND_SOC_BT_SCO
help
This adds ASoC driver for Mediatek MT8183 boards
- with the DA7219 MAX98357A audio codec.
+ with the DA7219 MAX98357A RT1015 audio codec.
Select Y if you have such device.
If unsure select "N".