blob: 642270a635ea544957c211cae3d0f69e030876ad [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
33config SND_SOC_PHYCORE_AC97
34 tristate "SoC Audio support for Phytec phyCORE (and phyCARD) boards"
35 depends on MACH_PCM043 || MACH_PCA100
Sascha Hauerfc9cbe32010-05-31 10:49:54 +020036 select SND_SOC_WM9712
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +000037 select SND_MXC_SOC_SSI
38 select SND_MXC_SOC_FIQ
Sascha Hauerfc9cbe32010-05-31 10:49:54 +020039 help
40 Say Y if you want to add support for SoC audio on Phytec phyCORE
41 and phyCARD boards in AC97 mode
Eric Bénard91157882010-05-27 10:58:55 +020042
43config SND_SOC_EUKREA_TLV320
Eric Bénard9c1be7e2010-06-19 10:47:56 +020044 tristate "Eukrea TLV320"
Eric Bénardbb4d0042010-07-30 23:01:31 +020045 depends on MACH_EUKREA_MBIMX27_BASEBOARD \
46 || MACH_EUKREA_MBIMXSD25_BASEBOARD \
47 || MACH_EUKREA_MBIMXSD35_BASEBOARD
Eric Bénard91157882010-05-27 10:58:55 +020048 select SND_SOC_TLV320AIC23
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +000049 select SND_MXC_SOC_SSI
50 select SND_MXC_SOC_FIQ
Eric Bénard91157882010-05-27 10:58:55 +020051 help
52 Enable I2S based access to the TLV320AIC23B codec attached
Eric Bénard8a0bbbe2010-07-19 10:40:32 +020053 to the SSI interface
Eric Bénard9c1be7e2010-06-19 10:47:56 +020054
55endif # SND_IMX_SOC