blob: 3abf51c07851ec42d5d9da17d3185abbc6e1021a [file] [log] [blame]
Koro Chenee0bcaf2015-06-15 22:38:02 +08001config 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 Chena54f6f02015-06-15 22:38:03 +080010config SND_SOC_MT8173_MAX98090
11 tristate "ASoC Audio driver for MT8173 with MAX98090 codec"
Arnd Bergmannec3995d2016-01-13 23:14:54 +010012 depends on SND_SOC_MEDIATEK && I2C
Koro Chena54f6f02015-06-15 22:38:03 +080013 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 Chen0f83f922016-02-19 10:35:59 +080020config SND_SOC_MT8173_RT5650
Koro Chen0c713672016-02-25 15:16:38 +080021 tristate "ASoC Audio driver for MT8173 with RT5650 codec"
22 depends on SND_SOC_MEDIATEK && I2C
23 select SND_SOC_RT5645
24 help
25 This adds ASoC driver for Mediatek MT8173 boards
26 with the RT5650 audio codec.
27 Select Y if you have such device.
28 If unsure select "N".
29
30config SND_SOC_MT8173_RT5650_RT5514
31 tristate "ASoC Audio driver for MT8173 with RT5650 RT5514 codecs"
32 depends on SND_SOC_MEDIATEK && I2C
33 select SND_SOC_RT5645
34 select SND_SOC_RT5514
35 help
36 This adds ASoC driver for Mediatek MT8173 boards
37 with the RT5650 and RT5514 codecs.
38 Select Y if you have such device.
39 If unsure select "N".
Koro Chen0f83f922016-02-19 10:35:59 +080040
Koro Chen662e8d92015-06-15 22:38:04 +080041config SND_SOC_MT8173_RT5650_RT5676
42 tristate "ASoC Audio driver for MT8173 with RT5650 RT5676 codecs"
Arnd Bergmannec3995d2016-01-13 23:14:54 +010043 depends on SND_SOC_MEDIATEK && I2C
Koro Chen662e8d92015-06-15 22:38:04 +080044 select SND_SOC_RT5645
45 select SND_SOC_RT5677
Koro Chenc0133e32016-04-20 10:59:56 +020046 select SND_SOC_HDMI_CODEC
Koro Chen662e8d92015-06-15 22:38:04 +080047 help
48 This adds ASoC driver for Mediatek MT8173 boards
49 with the RT5650 and RT5676 codecs.
50 Select Y if you have such device.
51 If unsure select "N".