Eric Bénard | 9c1be7e | 2010-06-19 10:47:56 +0200 | [diff] [blame] | 1 | menuconfig SND_IMX_SOC |
Paul Menzel | c6848bf | 2010-02-09 11:42:27 +0100 | [diff] [blame] | 2 | tristate "SoC Audio for Freescale i.MX CPUs" |
Mark Brown | 3cc4e53 | 2010-02-12 14:39:36 +0000 | [diff] [blame] | 3 | depends on ARCH_MXC |
javier Martin | fd6a639 | 2009-08-04 17:17:52 +0200 | [diff] [blame] | 4 | select SND_PCM |
Sascha Hauer | 8380222 | 2009-11-25 16:41:04 +0100 | [diff] [blame] | 5 | select FIQ |
| 6 | select SND_SOC_AC97_BUS |
javier Martin | fd6a639 | 2009-08-04 17:17:52 +0200 | [diff] [blame] | 7 | help |
| 8 | Say Y or M if you want to add support for codecs attached to |
Sascha Hauer | 8380222 | 2009-11-25 16:41:04 +0100 | [diff] [blame] | 9 | the i.MX SSI interface. |
javier Martin | fd6a639 | 2009-08-04 17:17:52 +0200 | [diff] [blame] | 10 | |
Eric Bénard | 9c1be7e | 2010-06-19 10:47:56 +0200 | [diff] [blame] | 11 | if SND_IMX_SOC |
javier Martin | fd6a639 | 2009-08-04 17:17:52 +0200 | [diff] [blame] | 12 | |
Mark Brown | eeec124 | 2010-02-23 11:15:34 +0000 | [diff] [blame] | 13 | config SND_MXC_SOC_WM1133_EV1 |
| 14 | tristate "Audio on the the i.MX31ADS with WM1133-EV1 fitted" |
Eric Bénard | 9c1be7e | 2010-06-19 10:47:56 +0200 | [diff] [blame] | 15 | depends on MACH_MX31ADS_WM1133_EV1 && EXPERIMENTAL |
Mark Brown | eeec124 | 2010-02-23 11:15:34 +0000 | [diff] [blame] | 16 | select SND_SOC_WM8350 |
Mark Brown | eeec124 | 2010-02-23 11:15:34 +0000 | [diff] [blame] | 17 | help |
| 18 | Enable support for audio on the i.MX31ADS with the WM1133-EV1 |
| 19 | PMIC board with WM8835x fitted. |
Sascha Hauer | fc9cbe3 | 2010-05-31 10:49:54 +0200 | [diff] [blame] | 20 | |
| 21 | config SND_SOC_PHYCORE_AC97 |
| 22 | tristate "SoC Audio support for Phytec phyCORE (and phyCARD) boards" |
| 23 | depends on MACH_PCM043 || MACH_PCA100 |
Sascha Hauer | fc9cbe3 | 2010-05-31 10:49:54 +0200 | [diff] [blame] | 24 | 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énard | 9115788 | 2010-05-27 10:58:55 +0200 | [diff] [blame] | 28 | |
| 29 | config SND_SOC_EUKREA_TLV320 |
Eric Bénard | 9c1be7e | 2010-06-19 10:47:56 +0200 | [diff] [blame] | 30 | tristate "Eukrea TLV320" |
Eric Bénard | bb4d004 | 2010-07-30 23:01:31 +0200 | [diff] [blame^] | 31 | depends on MACH_EUKREA_MBIMX27_BASEBOARD \ |
| 32 | || MACH_EUKREA_MBIMXSD25_BASEBOARD \ |
| 33 | || MACH_EUKREA_MBIMXSD35_BASEBOARD |
Eric Bénard | 9115788 | 2010-05-27 10:58:55 +0200 | [diff] [blame] | 34 | select SND_SOC_TLV320AIC23 |
| 35 | help |
| 36 | Enable I2S based access to the TLV320AIC23B codec attached |
Eric Bénard | 8a0bbbe | 2010-07-19 10:40:32 +0200 | [diff] [blame] | 37 | to the SSI interface |
Eric Bénard | 9c1be7e | 2010-06-19 10:47:56 +0200 | [diff] [blame] | 38 | |
| 39 | endif # SND_IMX_SOC |