ASoC: imx: move audmux driver into sound/soc/imx
[deliverable/linux.git] / sound / soc / imx / Kconfig
1 menuconfig SND_IMX_SOC
2 tristate "SoC Audio for Freescale i.MX CPUs"
3 depends on ARCH_MXC
4 help
5 Say Y or M if you want to add support for codecs attached to
6 the i.MX SSI interface.
7
8
9 if SND_IMX_SOC
10
11 config SND_MXC_SOC_FIQ
12 select FIQ
13 tristate
14
15 config SND_MXC_SOC_MX2
16 select SND_SOC_DMAENGINE_PCM
17 tristate
18
19 config SND_SOC_IMX_AUDMUX
20 tristate
21
22 config SND_MXC_SOC_WM1133_EV1
23 tristate "Audio on the the i.MX31ADS with WM1133-EV1 fitted"
24 depends on MACH_MX31ADS_WM1133_EV1 && EXPERIMENTAL
25 select SND_SOC_WM8350
26 select SND_MXC_SOC_FIQ
27 select SND_SOC_IMX_AUDMUX
28 help
29 Enable support for audio on the i.MX31ADS with the WM1133-EV1
30 PMIC board with WM8835x fitted.
31
32 config SND_SOC_MX27VIS_AIC32X4
33 tristate "SoC audio support for Visstrim M10 boards"
34 depends on MACH_IMX27_VISSTRIM_M10 && I2C
35 select SND_SOC_TLV320AIC32X4
36 select SND_MXC_SOC_MX2
37 select SND_SOC_IMX_AUDMUX
38 help
39 Say Y if you want to add support for SoC audio on Visstrim SM10
40 board with TLV320AIC32X4 codec.
41
42 config SND_SOC_PHYCORE_AC97
43 tristate "SoC Audio support for Phytec phyCORE (and phyCARD) boards"
44 depends on MACH_PCM043 || MACH_PCA100
45 select SND_SOC_AC97_BUS
46 select SND_SOC_WM9712
47 select SND_MXC_SOC_FIQ
48 select SND_SOC_IMX_AUDMUX
49 help
50 Say Y if you want to add support for SoC audio on Phytec phyCORE
51 and phyCARD boards in AC97 mode
52
53 config SND_SOC_EUKREA_TLV320
54 tristate "Eukrea TLV320"
55 depends on MACH_EUKREA_MBIMX27_BASEBOARD \
56 || MACH_EUKREA_MBIMXSD25_BASEBOARD \
57 || MACH_EUKREA_MBIMXSD35_BASEBOARD \
58 || MACH_EUKREA_MBIMXSD51_BASEBOARD
59 depends on I2C
60 select SND_SOC_TLV320AIC23
61 select SND_MXC_SOC_FIQ
62 select SND_SOC_IMX_AUDMUX
63 help
64 Enable I2S based access to the TLV320AIC23B codec attached
65 to the SSI interface
66
67 endif # SND_IMX_SOC
This page took 0.03464 seconds and 5 git commands to generate.