diff options
author | Shunli Wang <shunli.wang@mediatek.com> | 2019-01-22 07:39:10 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-01-25 19:07:13 +0100 |
commit | 6a8d4198ca80deb2f978260a096fa651229cf4a2 (patch) | |
tree | 33197c75e474a7fba250f34b74b5062eb4882021 /sound/soc/codecs/Kconfig | |
parent | ASoC: mediatek: mt8183: add audio afe document (diff) | |
download | linux-6a8d4198ca80deb2f978260a096fa651229cf4a2.tar.xz linux-6a8d4198ca80deb2f978260a096fa651229cf4a2.zip |
ASoC: mediatek: mt6358: add codec driver
add the mt6358 codec driver.
Signed-off-by: Shunli Wang <shunli.wang@mediatek.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/Kconfig')
-rw-r--r-- | sound/soc/codecs/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 71e6e123a115..55fd58015c2d 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -110,6 +110,7 @@ config SND_SOC_ALL_CODECS select SND_SOC_MC13783 if MFD_MC13XXX select SND_SOC_ML26124 if I2C select SND_SOC_MT6351 if MTK_PMIC_WRAP + select SND_SOC_MT6358 if MTK_PMIC_WRAP select SND_SOC_NAU8540 if I2C select SND_SOC_NAU8810 if I2C select SND_SOC_NAU8822 if I2C @@ -1339,6 +1340,12 @@ config SND_SOC_ML26124 config SND_SOC_MT6351 tristate "MediaTek MT6351 Codec" +config SND_SOC_MT6358 + tristate "MediaTek MT6358 Codec" + help + Enable support for the platform which uses MT6358 as + external codec device. + config SND_SOC_NAU8540 tristate "Nuvoton Technology Corporation NAU85L40 CODEC" depends on I2C |