]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blob - sound/soc/imx/Kconfig
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[mirror_ubuntu-eoan-kernel.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 select SND_PCM
5 select FIQ
6 select SND_SOC_AC97_BUS
7 help
8 Say Y or M if you want to add support for codecs attached to
9 the i.MX SSI interface.
10
11
12 if SND_IMX_SOC
13
14 config SND_MXC_SOC_FIQ
15 tristate
16
17 config SND_MXC_SOC_MX2
18 tristate
19
20 config SND_MXC_SOC_WM1133_EV1
21 tristate "Audio on the the i.MX31ADS with WM1133-EV1 fitted"
22 depends on MACH_MX31ADS_WM1133_EV1 && EXPERIMENTAL
23 select SND_SOC_WM8350
24 select SND_MXC_SOC_FIQ
25 help
26 Enable support for audio on the i.MX31ADS with the WM1133-EV1
27 PMIC board with WM8835x fitted.
28
29 config SND_SOC_MX27VIS_AIC32X4
30 tristate "SoC audio support for Visstrim M10 boards"
31 depends on MACH_IMX27_VISSTRIM_M10
32 select SND_SOC_TLV320AIC32X4
33 select SND_MXC_SOC_MX2
34 help
35 Say Y if you want to add support for SoC audio on Visstrim SM10
36 board with TLV320AIC32X4 codec.
37
38 config SND_SOC_PHYCORE_AC97
39 tristate "SoC Audio support for Phytec phyCORE (and phyCARD) boards"
40 depends on MACH_PCM043 || MACH_PCA100
41 select SND_SOC_WM9712
42 select SND_MXC_SOC_FIQ
43 help
44 Say Y if you want to add support for SoC audio on Phytec phyCORE
45 and phyCARD boards in AC97 mode
46
47 config SND_SOC_EUKREA_TLV320
48 tristate "Eukrea TLV320"
49 depends on MACH_EUKREA_MBIMX27_BASEBOARD \
50 || MACH_EUKREA_MBIMXSD25_BASEBOARD \
51 || MACH_EUKREA_MBIMXSD35_BASEBOARD \
52 || MACH_EUKREA_MBIMXSD51_BASEBOARD
53 depends on I2C
54 select SND_SOC_TLV320AIC23
55 select SND_MXC_SOC_FIQ
56 help
57 Enable I2S based access to the TLV320AIC23B codec attached
58 to the SSI interface
59
60 endif # SND_IMX_SOC