xref: /linux/sound/soc/mediatek/Kconfig (revision 6b1e19d91d0bf3053716a2636ffd5722c2afb47e)
1config SND_SOC_MEDIATEK
2	tristate
3
4config SND_SOC_MT8173
5	tristate "ASoC support for Mediatek MT8173 chip"
6	depends on ARCH_MEDIATEK
7	select SND_SOC_MEDIATEK
8	help
9	  This adds ASoC platform driver support for Mediatek MT8173 chip
10	  that can be used with other codecs.
11	  Select Y if you have such device.
12	  Ex: MT8173
13
14config SND_SOC_MT8173_MAX98090
15	tristate "ASoC Audio driver for MT8173 with MAX98090 codec"
16	depends on SND_SOC_MT8173 && I2C
17	select SND_SOC_MAX98090
18	help
19	  This adds ASoC driver for Mediatek MT8173 boards
20	  with the MAX98090 audio codec.
21	  Select Y if you have such device.
22	  If unsure select "N".
23
24config SND_SOC_MT8173_RT5650
25	tristate "ASoC Audio driver for MT8173 with RT5650 codec"
26	depends on SND_SOC_MT8173 && I2C
27	select SND_SOC_RT5645
28	help
29	  This adds ASoC driver for Mediatek MT8173 boards
30	  with the RT5650 audio codec.
31	  Select Y if you have such device.
32	  If unsure select "N".
33
34config SND_SOC_MT8173_RT5650_RT5514
35	tristate "ASoC Audio driver for MT8173 with RT5650 RT5514 codecs"
36	depends on SND_SOC_MT8173 && I2C
37	select SND_SOC_RT5645
38	select SND_SOC_RT5514
39	help
40	  This adds ASoC driver for Mediatek MT8173 boards
41	  with the RT5650 and RT5514 codecs.
42	  Select Y if you have such device.
43	  If unsure select "N".
44
45config SND_SOC_MT8173_RT5650_RT5676
46	tristate "ASoC Audio driver for MT8173 with RT5650 RT5676 codecs"
47	depends on SND_SOC_MT8173 && I2C
48	select SND_SOC_RT5645
49	select SND_SOC_RT5677
50	select SND_SOC_HDMI_CODEC
51	help
52	  This adds ASoC driver for Mediatek MT8173 boards
53	  with the RT5650 and RT5676 codecs.
54	  Select Y if you have such device.
55	  If unsure select "N".
56