upload tizen1.0 source
[kernel/linux-2.6.36.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 if SND_IMX_SOC
12
13 config SND_MXC_SOC_WM1133_EV1
14         tristate "Audio on the the i.MX31ADS with WM1133-EV1 fitted"
15         depends on MACH_MX31ADS_WM1133_EV1 && EXPERIMENTAL
16         select SND_SOC_WM8350
17         help
18           Enable support for audio on the i.MX31ADS with the WM1133-EV1
19           PMIC board with WM8835x fitted.
20
21 config SND_SOC_PHYCORE_AC97
22         tristate "SoC Audio support for Phytec phyCORE (and phyCARD) boards"
23         depends on MACH_PCM043 || MACH_PCA100
24         select SND_SOC_WM9712
25         help
26           Say Y if you want to add support for SoC audio on Phytec phyCORE
27           and phyCARD boards in AC97 mode
28
29 config SND_SOC_EUKREA_TLV320
30         tristate "Eukrea TLV320"
31         depends on MACH_EUKREA_MBIMX27_BASEBOARD \
32                 || MACH_EUKREA_MBIMXSD25_BASEBOARD \
33                 || MACH_EUKREA_MBIMXSD35_BASEBOARD
34         select SND_SOC_TLV320AIC23
35         help
36           Enable I2S based access to the TLV320AIC23B codec attached
37           to the SSI interface
38
39 endif   # SND_IMX_SOC