blob: e89139ffbce1cf1fdc69aac814dd8b244dfb44fd [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
Sascha Hauer83802222009-11-25 16:41:04 +01004 select SND_SOC_AC97_BUS
javier Martinfd6a6392009-08-04 17:17:52 +02005 help
6 Say Y or M if you want to add support for codecs attached to
Sascha Hauer83802222009-11-25 16:41:04 +01007 the i.MX SSI interface.
javier Martinfd6a6392009-08-04 17:17:52 +02008
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00009
Eric Bénard9c1be7e2010-06-19 10:47:56 +020010if SND_IMX_SOC
javier Martinfd6a6392009-08-04 17:17:52 +020011
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +000012config SND_MXC_SOC_FIQ
Shawn Guo1e1d7e52012-02-22 16:40:26 +080013 select FIQ
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +000014 tristate
15
16config SND_MXC_SOC_MX2
17 tristate
18
Mark Browneeec1242010-02-23 11:15:34 +000019config SND_MXC_SOC_WM1133_EV1
20 tristate "Audio on the the i.MX31ADS with WM1133-EV1 fitted"
Eric Bénard9c1be7e2010-06-19 10:47:56 +020021 depends on MACH_MX31ADS_WM1133_EV1 && EXPERIMENTAL
Mark Browneeec1242010-02-23 11:15:34 +000022 select SND_SOC_WM8350
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +000023 select SND_MXC_SOC_FIQ
Mark Browneeec1242010-02-23 11:15:34 +000024 help
25 Enable support for audio on the i.MX31ADS with the WM1133-EV1
26 PMIC board with WM8835x fitted.
Sascha Hauerfc9cbe32010-05-31 10:49:54 +020027
Javier Martin841a4512011-03-07 08:47:09 +010028config SND_SOC_MX27VIS_AIC32X4
29 tristate "SoC audio support for Visstrim M10 boards"
Axel Lin570a2422011-12-04 16:11:16 +080030 depends on MACH_IMX27_VISSTRIM_M10 && I2C
Wolfram Sang684a65d2011-10-11 12:43:02 +020031 select SND_SOC_TLV320AIC32X4
Javier Martin841a4512011-03-07 08:47:09 +010032 select SND_MXC_SOC_MX2
33 help
34 Say Y if you want to add support for SoC audio on Visstrim SM10
35 board with TLV320AIC32X4 codec.
36
Sascha Hauerfc9cbe32010-05-31 10:49:54 +020037config SND_SOC_PHYCORE_AC97
38 tristate "SoC Audio support for Phytec phyCORE (and phyCARD) boards"
39 depends on MACH_PCM043 || MACH_PCA100
Sascha Hauerfc9cbe32010-05-31 10:49:54 +020040 select SND_SOC_WM9712
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +000041 select SND_MXC_SOC_FIQ
Sascha Hauerfc9cbe32010-05-31 10:49:54 +020042 help
43 Say Y if you want to add support for SoC audio on Phytec phyCORE
44 and phyCARD boards in AC97 mode
Eric Bénard91157882010-05-27 10:58:55 +020045
46config SND_SOC_EUKREA_TLV320
Eric Bénard9c1be7e2010-06-19 10:47:56 +020047 tristate "Eukrea TLV320"
Eric Bénardbb4d0042010-07-30 23:01:31 +020048 depends on MACH_EUKREA_MBIMX27_BASEBOARD \
49 || MACH_EUKREA_MBIMXSD25_BASEBOARD \
Eric Bénard573f89b2011-02-25 13:48:15 +010050 || MACH_EUKREA_MBIMXSD35_BASEBOARD \
51 || MACH_EUKREA_MBIMXSD51_BASEBOARD
Arnd Bergmannb381bc82011-10-02 22:28:01 +020052 depends on I2C
Eric Bénard91157882010-05-27 10:58:55 +020053 select SND_SOC_TLV320AIC23
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +000054 select SND_MXC_SOC_FIQ
Eric Bénard91157882010-05-27 10:58:55 +020055 help
56 Enable I2S based access to the TLV320AIC23B codec attached
Eric Bénard8a0bbbe2010-07-19 10:40:32 +020057 to the SSI interface
Eric Bénard9c1be7e2010-06-19 10:47:56 +020058
59endif # SND_IMX_SOC