From 1f458d53f76c25a8240736294453e95bd9a34e18 Mon Sep 17 00:00:00 2001 From: Garlic Tseng Date: Mon, 4 Jul 2016 18:56:28 +0800 Subject: ASoC: mediatek: Add mt2701-cs42448 driver and config option. Add machine driver and config option for MT2701. Signed-off-by: Garlic Tseng Signed-off-by: Mark Brown --- sound/soc/mediatek/Kconfig | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'sound/soc/mediatek/Kconfig') 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 -- cgit v1.2.3-59-g8ed1b