blob: 738391757f2ccb1a5aa6a8883de0ba127fedea68 [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_FIQ
15 tristate
16
17config SND_MXC_SOC_MX2
18 tristate
19
Mark Browneeec1242010-02-23 11:15:34 +000020config SND_MXC_SOC_WM1133_EV1
21 tristate "Audio on the the i.MX31ADS with WM1133-EV1 fitted"
Eric Bénard9c1be7e2010-06-19 10:47:56 +020022 depends on MACH_MX31ADS_WM1133_EV1 && EXPERIMENTAL
Mark Browneeec1242010-02-23 11:15:34 +000023 select SND_SOC_WM8350
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +000024 select SND_MXC_SOC_FIQ
Mark Browneeec1242010-02-23 11:15:34 +000025 help
26 Enable support for audio on the i.MX31ADS with the WM1133-EV1
27 PMIC board with WM8835x fitted.
Sascha Hauerfc9cbe32010-05-31 10:49:54 +020028
Javier Martin841a4512011-03-07 08:47:09 +010029config SND_SOC_MX27VIS_AIC32X4
30 tristate "SoC audio support for Visstrim M10 boards"
Axel Lin570a2422011-12-04 16:11:16 +080031 depends on MACH_IMX27_VISSTRIM_M10 && I2C
Wolfram Sang684a65d2011-10-11 12:43:02 +020032 select SND_SOC_TLV320AIC32X4
Javier Martin841a4512011-03-07 08:47:09 +010033 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
Sascha Hauerfc9cbe32010-05-31 10:49:54 +020038config SND_SOC_PHYCORE_AC97
39 tristate "SoC Audio support for Phytec phyCORE (and phyCARD) boards"
40 depends on MACH_PCM043 || MACH_PCA100
Sascha Hauerfc9cbe32010-05-31 10:49:54 +020041 select SND_SOC_WM9712
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +000042 select SND_MXC_SOC_FIQ
Sascha Hauerfc9cbe32010-05-31 10:49:54 +020043 help
44 Say Y if you want to add support for SoC audio on Phytec phyCORE
45 and phyCARD boards in AC97 mode
Eric Bénard91157882010-05-27 10:58:55 +020046
47config SND_SOC_EUKREA_TLV320
Eric Bénard9c1be7e2010-06-19 10:47:56 +020048 tristate "Eukrea TLV320"
Eric Bénardbb4d0042010-07-30 23:01:31 +020049 depends on MACH_EUKREA_MBIMX27_BASEBOARD \
50 || MACH_EUKREA_MBIMXSD25_BASEBOARD \
Eric Bénard573f89b2011-02-25 13:48:15 +010051 || MACH_EUKREA_MBIMXSD35_BASEBOARD \
52 || MACH_EUKREA_MBIMXSD51_BASEBOARD
Arnd Bergmannb381bc82011-10-02 22:28:01 +020053 depends on I2C
Eric Bénard91157882010-05-27 10:58:55 +020054 select SND_SOC_TLV320AIC23
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +000055 select SND_MXC_SOC_FIQ
Eric Bénard91157882010-05-27 10:58:55 +020056 help
57 Enable I2S based access to the TLV320AIC23B codec attached
Eric Bénard8a0bbbe2010-07-19 10:40:32 +020058 to the SSI interface
Eric Bénard9c1be7e2010-06-19 10:47:56 +020059
60endif # SND_IMX_SOC