blob: d8f130d39dd904c341d539fbe5457fe976b285b1 [file] [log] [blame]
Eric Bénard9c1be7e2010-06-19 10:47:56 +02001menuconfig SND_IMX_SOC
Paul Menzelc6848bf2010-02-09 11:42:27 +01002 tristate "SoC Audio for Freescale i.MX CPUs"
Mark Brown3cc4e532010-02-12 14:39:36 +00003 depends on ARCH_MXC
javier Martinfd6a6392009-08-04 17:17:52 +02004 select SND_PCM
Sascha Hauer83802222009-11-25 16:41:04 +01005 select FIQ
6 select SND_SOC_AC97_BUS
javier Martinfd6a6392009-08-04 17:17:52 +02007 help
8 Say Y or M if you want to add support for codecs attached to
Sascha Hauer83802222009-11-25 16:41:04 +01009 the i.MX SSI interface.
javier Martinfd6a6392009-08-04 17:17:52 +020010
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +000011
Eric Bénard9c1be7e2010-06-19 10:47:56 +020012if SND_IMX_SOC
javier Martinfd6a6392009-08-04 17:17:52 +020013
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +000014config SND_MXC_SOC_SSI
15 tristate
16
17config SND_MXC_SOC_FIQ
18 tristate
19
20config SND_MXC_SOC_MX2
21 tristate
22
Mark Browneeec1242010-02-23 11:15:34 +000023config SND_MXC_SOC_WM1133_EV1
24 tristate "Audio on the the i.MX31ADS with WM1133-EV1 fitted"
Eric Bénard9c1be7e2010-06-19 10:47:56 +020025 depends on MACH_MX31ADS_WM1133_EV1 && EXPERIMENTAL
Mark Browneeec1242010-02-23 11:15:34 +000026 select SND_SOC_WM8350
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +000027 select SND_MXC_SOC_SSI
28 select SND_MXC_SOC_FIQ
Mark Browneeec1242010-02-23 11:15:34 +000029 help
30 Enable support for audio on the i.MX31ADS with the WM1133-EV1
31 PMIC board with WM8835x fitted.
Sascha Hauerfc9cbe32010-05-31 10:49:54 +020032
Javier Martin841a4512011-03-07 08:47:09 +010033config SND_SOC_MX27VIS_AIC32X4
34 tristate "SoC audio support for Visstrim M10 boards"
35 depends on MACH_IMX27_VISSTRIM_M10
36 select SND_SOC_TVL320AIC32X4
37 select SND_MXC_SOC_SSI
38 select SND_MXC_SOC_MX2
39 help
40 Say Y if you want to add support for SoC audio on Visstrim SM10
41 board with TLV320AIC32X4 codec.
42
Sascha Hauerfc9cbe32010-05-31 10:49:54 +020043config SND_SOC_PHYCORE_AC97
44 tristate "SoC Audio support for Phytec phyCORE (and phyCARD) boards"
45 depends on MACH_PCM043 || MACH_PCA100
Sascha Hauerfc9cbe32010-05-31 10:49:54 +020046 select SND_SOC_WM9712
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +000047 select SND_MXC_SOC_SSI
48 select SND_MXC_SOC_FIQ
Sascha Hauerfc9cbe32010-05-31 10:49:54 +020049 help
50 Say Y if you want to add support for SoC audio on Phytec phyCORE
51 and phyCARD boards in AC97 mode
Eric Bénard91157882010-05-27 10:58:55 +020052
53config SND_SOC_EUKREA_TLV320
Eric Bénard9c1be7e2010-06-19 10:47:56 +020054 tristate "Eukrea TLV320"
Eric Bénardbb4d0042010-07-30 23:01:31 +020055 depends on MACH_EUKREA_MBIMX27_BASEBOARD \
56 || MACH_EUKREA_MBIMXSD25_BASEBOARD \
Eric Bénard573f89b2011-02-25 13:48:15 +010057 || MACH_EUKREA_MBIMXSD35_BASEBOARD \
58 || MACH_EUKREA_MBIMXSD51_BASEBOARD
Eric Bénard91157882010-05-27 10:58:55 +020059 select SND_SOC_TLV320AIC23
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +000060 select SND_MXC_SOC_SSI
61 select SND_MXC_SOC_FIQ
Eric Bénard91157882010-05-27 10:58:55 +020062 help
63 Enable I2S based access to the TLV320AIC23B codec attached
Eric Bénard8a0bbbe2010-07-19 10:40:32 +020064 to the SSI interface
Eric Bénard9c1be7e2010-06-19 10:47:56 +020065
66endif # SND_IMX_SOC