diff options
author | Trevor Wu <trevor.wu@mediatek.com> | 2021-10-20 09:14:27 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-10-29 17:49:47 +0200 |
commit | 0261e36477cfa2608468c1300e30cb667c5e1269 (patch) | |
tree | 7bdc59dec8cd61081dc5dc0180f9b3e6ca1b9a12 /sound/soc/mediatek/Kconfig | |
parent | ASoC: codecs: tfa989x: Add support for tfa9897 RCV bit (diff) | |
download | linux-0261e36477cfa2608468c1300e30cb667c5e1269.tar.xz linux-0261e36477cfa2608468c1300e30cb667c5e1269.zip |
ASoC: mediatek: mt8195: add machine driver with mt6359, rt1011 and rt5682
This patch adds support for mt8195 board with mt6359, rt1011 and rt5682.
Signed-off-by: Trevor Wu <trevor.wu@mediatek.com>
Link: https://lore.kernel.org/r/20211020071428.14297-2-trevor.wu@mediatek.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/mediatek/Kconfig')
-rw-r--r-- | sound/soc/mediatek/Kconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sound/soc/mediatek/Kconfig b/sound/soc/mediatek/Kconfig index d10d6a3bf5eb..3b1ddea26a9e 100644 --- a/sound/soc/mediatek/Kconfig +++ b/sound/soc/mediatek/Kconfig @@ -212,3 +212,18 @@ config SND_SOC_MT8195_MT6359_RT1019_RT5682 with the MT6359 RT1019 RT5682 audio codec. Select Y if you have such device. If unsure select "N". + +config SND_SOC_MT8195_MT6359_RT1011_RT5682 + tristate "ASoC Audio driver for MT8195 with MT6359 RT1011 RT5682 codec" + depends on I2C + depends on SND_SOC_MT8195 && MTK_PMIC_WRAP + select SND_SOC_MT6359 + select SND_SOC_RT1011 + select SND_SOC_RT5682_I2C + select SND_SOC_DMIC + select SND_SOC_HDMI_CODEC + help + This adds ASoC driver for Mediatek MT8195 boards + with the MT6359 RT1011 RT5682 audio codec. + Select Y if you have such device. + If unsure select "N". |