Koro Chen | ee0bcaf | 2015-06-15 22:38:02 +0800 | [diff] [blame] | 1 | config SND_SOC_MEDIATEK |
| 2 | tristate "ASoC support for Mediatek chip" |
| 3 | depends on ARCH_MEDIATEK |
| 4 | help |
| 5 | This adds ASoC platform driver support for Mediatek chip |
| 6 | that can be used with other codecs. |
| 7 | Select Y if you have such device. |
| 8 | Ex: MT8173 |
| 9 | |
Koro Chen | a54f6f0 | 2015-06-15 22:38:03 +0800 | [diff] [blame] | 10 | config SND_SOC_MT8173_MAX98090 |
| 11 | tristate "ASoC Audio driver for MT8173 with MAX98090 codec" |
Arnd Bergmann | ec3995d | 2016-01-13 23:14:54 +0100 | [diff] [blame] | 12 | depends on SND_SOC_MEDIATEK && I2C |
Koro Chen | a54f6f0 | 2015-06-15 22:38:03 +0800 | [diff] [blame] | 13 | select SND_SOC_MAX98090 |
| 14 | help |
| 15 | This adds ASoC driver for Mediatek MT8173 boards |
| 16 | with the MAX98090 audio codec. |
| 17 | Select Y if you have such device. |
| 18 | If unsure select "N". |
| 19 | |
Koro Chen | 662e8d9 | 2015-06-15 22:38:04 +0800 | [diff] [blame] | 20 | config SND_SOC_MT8173_RT5650_RT5676 |
| 21 | tristate "ASoC Audio driver for MT8173 with RT5650 RT5676 codecs" |
Arnd Bergmann | ec3995d | 2016-01-13 23:14:54 +0100 | [diff] [blame] | 22 | depends on SND_SOC_MEDIATEK && I2C |
Koro Chen | 662e8d9 | 2015-06-15 22:38:04 +0800 | [diff] [blame] | 23 | select SND_SOC_RT5645 |
| 24 | select SND_SOC_RT5677 |
| 25 | help |
| 26 | This adds ASoC driver for Mediatek MT8173 boards |
| 27 | with the RT5650 and RT5676 codecs. |
| 28 | Select Y if you have such device. |
| 29 | If unsure select "N". |
| 30 | |