2fbe5434f03b2175ea03eee6b90993ee8a2e7ba0
[platform/kernel/linux-rpi.git] / sound / soc / mediatek / Kconfig
1 config SND_SOC_MEDIATEK
2         tristate
3
4 config SND_SOC_MT2701
5         tristate "ASoC support for Mediatek MT2701 chip"
6         depends on ARCH_MEDIATEK
7         select SND_SOC_MEDIATEK
8         help
9           This adds ASoC driver for Mediatek MT2701 boards
10           that can be used with other codecs.
11           Select Y if you have such device.
12           If unsure select "N".
13
14 config SND_SOC_MT2701_CS42448
15         tristate "ASoc Audio driver for MT2701 with CS42448 codec"
16         depends on SND_SOC_MT2701
17         select SND_SOC_CS42XX8_I2C
18         select SND_SOC_BT_SCO
19         help
20           This adds ASoC driver for Mediatek MT2701 boards
21           with the CS42448 codecs.
22           Select Y if you have such device.
23           If unsure select "N".
24
25 config SND_SOC_MT8173
26         tristate "ASoC support for Mediatek MT8173 chip"
27         depends on ARCH_MEDIATEK
28         select SND_SOC_MEDIATEK
29         help
30           This adds ASoC platform driver support for Mediatek MT8173 chip
31           that can be used with other codecs.
32           Select Y if you have such device.
33           Ex: MT8173
34
35 config SND_SOC_MT8173_MAX98090
36         tristate "ASoC Audio driver for MT8173 with MAX98090 codec"
37         depends on SND_SOC_MT8173 && I2C
38         select SND_SOC_MAX98090
39         help
40           This adds ASoC driver for Mediatek MT8173 boards
41           with the MAX98090 audio codec.
42           Select Y if you have such device.
43           If unsure select "N".
44
45 config SND_SOC_MT8173_RT5650
46         tristate "ASoC Audio driver for MT8173 with RT5650 codec"
47         depends on SND_SOC_MT8173 && I2C
48         select SND_SOC_RT5645
49         help
50           This adds ASoC driver for Mediatek MT8173 boards
51           with the RT5650 audio codec.
52           Select Y if you have such device.
53           If unsure select "N".
54
55 config SND_SOC_MT8173_RT5650_RT5514
56         tristate "ASoC Audio driver for MT8173 with RT5650 RT5514 codecs"
57         depends on SND_SOC_MT8173 && I2C
58         select SND_SOC_RT5645
59         select SND_SOC_RT5514
60         help
61           This adds ASoC driver for Mediatek MT8173 boards
62           with the RT5650 and RT5514 codecs.
63           Select Y if you have such device.
64           If unsure select "N".
65
66 config SND_SOC_MT8173_RT5650_RT5676
67         tristate "ASoC Audio driver for MT8173 with RT5650 RT5676 codecs"
68         depends on SND_SOC_MT8173 && I2C
69         select SND_SOC_RT5645
70         select SND_SOC_RT5677
71         select SND_SOC_HDMI_CODEC
72         help
73           This adds ASoC driver for Mediatek MT8173 boards
74           with the RT5650 and RT5676 codecs.
75           Select Y if you have such device.
76           If unsure select "N".