diff options
author | Ryder Lee <ryder.lee@mediatek.com> | 2017-03-29 16:59:31 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-03-29 11:37:53 +0100 |
commit | 8625c1dbd87631572f8e2c05bc67736b73d6f02f (patch) | |
tree | 025e9715c1fdd3573888d9da44bdbd9424bbcc83 /sound/soc/mediatek/Kconfig | |
parent | 424dfbf2c0dee6f9c13d43d6d209a6e57a492d57 (diff) | |
download | linux-8625c1dbd87631572f8e2c05bc67736b73d6f02f.tar.bz2 |
ASoC: mediatek: Add mt2701-wm8960 machine driver
Add wm8960 machine driver and config option for MT2701.
Signed-off-by: Ryder Lee <ryder.lee@mediatek.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/mediatek/Kconfig')
-rw-r--r-- | sound/soc/mediatek/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sound/soc/mediatek/Kconfig b/sound/soc/mediatek/Kconfig index d7013bde6f45..c6f39040f71f 100644 --- a/sound/soc/mediatek/Kconfig +++ b/sound/soc/mediatek/Kconfig @@ -22,6 +22,16 @@ config SND_SOC_MT2701_CS42448 Select Y if you have such device. If unsure select "N". +config SND_SOC_MT2701_WM8960 + tristate "ASoc Audio driver for MT2701 with WM8960 codec" + depends on SND_SOC_MT2701 + select SND_SOC_WM8960 + help + This adds ASoC driver for Mediatek MT2701 boards + with the WM8960 codecs. + Select Y if you have such device. + If unsure select "N". + config SND_SOC_MT8173 tristate "ASoC support for Mediatek MT8173 chip" depends on ARCH_MEDIATEK |