aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/mediatek/Kconfig
diff options
context:
space:
mode:
authorGarlic Tseng <garlic.tseng@mediatek.com>2016-07-04 18:56:28 +0800
committerMark Brown <broonie@kernel.org>2016-07-04 16:49:03 +0200
commit1f458d53f76c25a8240736294453e95bd9a34e18 (patch)
treee7169a86608bbeec839a02713064be2c228fb682 /sound/soc/mediatek/Kconfig
parentASoC: mediatek: add mt2701 platform driver implementation. (diff)
downloadwireguard-linux-1f458d53f76c25a8240736294453e95bd9a34e18.tar.xz
wireguard-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/Kconfig21
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