diff options
author | Garlic Tseng <garlic.tseng@mediatek.com> | 2016-07-04 18:56:28 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-07-04 16:49:03 +0200 |
commit | 1f458d53f76c25a8240736294453e95bd9a34e18 (patch) | |
tree | e7169a86608bbeec839a02713064be2c228fb682 /sound/soc/mediatek/Kconfig | |
parent | 43a6a7e71063ef2db753b1d28cc600117de7c5f7 (diff) | |
download | linux-1f458d53f76c25a8240736294453e95bd9a34e18.tar.gz linux-1f458d53f76c25a8240736294453e95bd9a34e18.tar.bz2 linux-1f458d53f76c25a8240736294453e95bd9a34e18.zip |
ASoC: mediatek: Add mt2701-cs42448 driver and config option.
Add machine driver and config option for MT2701.
Signed-off-by: Garlic Tseng <garlic.tseng@mediatek.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/mediatek/Kconfig')
-rw-r--r-- | sound/soc/mediatek/Kconfig | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/sound/soc/mediatek/Kconfig b/sound/soc/mediatek/Kconfig index 705904ba10f7..2fbe5434f03b 100644 --- a/sound/soc/mediatek/Kconfig +++ b/sound/soc/mediatek/Kconfig @@ -1,6 +1,27 @@ config SND_SOC_MEDIATEK tristate +config SND_SOC_MT2701 + tristate "ASoC support for Mediatek MT2701 chip" + depends on ARCH_MEDIATEK + select SND_SOC_MEDIATEK + help + This adds ASoC driver for Mediatek MT2701 boards + that can be used with other codecs. + Select Y if you have such device. + If unsure select "N". + +config SND_SOC_MT2701_CS42448 + tristate "ASoc Audio driver for MT2701 with CS42448 codec" + depends on SND_SOC_MT2701 + select SND_SOC_CS42XX8_I2C + select SND_SOC_BT_SCO + help + This adds ASoC driver for Mediatek MT2701 boards + with the CS42448 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 |