blob: 687c76fc08397a39779bfe4eded6f4e67ea2abcb [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
Eric Bénard9c1be7e2010-06-19 10:47:56 +020011if SND_IMX_SOC
javier Martinfd6a6392009-08-04 17:17:52 +020012
Mark Browneeec1242010-02-23 11:15:34 +000013config SND_MXC_SOC_WM1133_EV1
14 tristate "Audio on the the i.MX31ADS with WM1133-EV1 fitted"
Eric Bénard9c1be7e2010-06-19 10:47:56 +020015 depends on MACH_MX31ADS_WM1133_EV1 && EXPERIMENTAL
Mark Browneeec1242010-02-23 11:15:34 +000016 select SND_SOC_WM8350
Mark Browneeec1242010-02-23 11:15:34 +000017 help
18 Enable support for audio on the i.MX31ADS with the WM1133-EV1
19 PMIC board with WM8835x fitted.
Sascha Hauerfc9cbe32010-05-31 10:49:54 +020020
21config SND_SOC_PHYCORE_AC97
22 tristate "SoC Audio support for Phytec phyCORE (and phyCARD) boards"
23 depends on MACH_PCM043 || MACH_PCA100
Sascha Hauerfc9cbe32010-05-31 10:49:54 +020024 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
Eric Bénard91157882010-05-27 10:58:55 +020028
29config SND_SOC_EUKREA_TLV320
Eric Bénard9c1be7e2010-06-19 10:47:56 +020030 tristate "Eukrea TLV320"
Eric Bénardbb4d0042010-07-30 23:01:31 +020031 depends on MACH_EUKREA_MBIMX27_BASEBOARD \
32 || MACH_EUKREA_MBIMXSD25_BASEBOARD \
33 || MACH_EUKREA_MBIMXSD35_BASEBOARD
Eric Bénard91157882010-05-27 10:58:55 +020034 select SND_SOC_TLV320AIC23
35 help
36 Enable I2S based access to the TLV320AIC23B codec attached
Eric Bénard8a0bbbe2010-07-19 10:40:32 +020037 to the SSI interface
Eric Bénard9c1be7e2010-06-19 10:47:56 +020038
39endif # SND_IMX_SOC