diff options
Diffstat (limited to 'sound/soc/imx/Kconfig')
-rw-r--r-- | sound/soc/imx/Kconfig | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/sound/soc/imx/Kconfig b/sound/soc/imx/Kconfig index 687c76fc0839..bb699bb55a50 100644 --- a/sound/soc/imx/Kconfig +++ b/sound/soc/imx/Kconfig | |||
@@ -8,20 +8,38 @@ menuconfig SND_IMX_SOC | |||
8 | Say Y or M if you want to add support for codecs attached to | 8 | Say Y or M if you want to add support for codecs attached to |
9 | the i.MX SSI interface. | 9 | the i.MX SSI interface. |
10 | 10 | ||
11 | |||
11 | if SND_IMX_SOC | 12 | if SND_IMX_SOC |
12 | 13 | ||
14 | config SND_MXC_SOC_FIQ | ||
15 | tristate | ||
16 | |||
17 | config SND_MXC_SOC_MX2 | ||
18 | tristate | ||
19 | |||
13 | config SND_MXC_SOC_WM1133_EV1 | 20 | config SND_MXC_SOC_WM1133_EV1 |
14 | tristate "Audio on the the i.MX31ADS with WM1133-EV1 fitted" | 21 | tristate "Audio on the the i.MX31ADS with WM1133-EV1 fitted" |
15 | depends on MACH_MX31ADS_WM1133_EV1 && EXPERIMENTAL | 22 | depends on MACH_MX31ADS_WM1133_EV1 && EXPERIMENTAL |
16 | select SND_SOC_WM8350 | 23 | select SND_SOC_WM8350 |
24 | select SND_MXC_SOC_FIQ | ||
17 | help | 25 | help |
18 | Enable support for audio on the i.MX31ADS with the WM1133-EV1 | 26 | Enable support for audio on the i.MX31ADS with the WM1133-EV1 |
19 | PMIC board with WM8835x fitted. | 27 | PMIC board with WM8835x fitted. |
20 | 28 | ||
29 | config SND_SOC_MX27VIS_AIC32X4 | ||
30 | tristate "SoC audio support for Visstrim M10 boards" | ||
31 | depends on MACH_IMX27_VISSTRIM_M10 | ||
32 | select SND_SOC_TVL320AIC32X4 | ||
33 | 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 | |||
21 | config SND_SOC_PHYCORE_AC97 | 38 | config SND_SOC_PHYCORE_AC97 |
22 | tristate "SoC Audio support for Phytec phyCORE (and phyCARD) boards" | 39 | tristate "SoC Audio support for Phytec phyCORE (and phyCARD) boards" |
23 | depends on MACH_PCM043 || MACH_PCA100 | 40 | depends on MACH_PCM043 || MACH_PCA100 |
24 | select SND_SOC_WM9712 | 41 | select SND_SOC_WM9712 |
42 | select SND_MXC_SOC_FIQ | ||
25 | help | 43 | help |
26 | Say Y if you want to add support for SoC audio on Phytec phyCORE | 44 | Say Y if you want to add support for SoC audio on Phytec phyCORE |
27 | and phyCARD boards in AC97 mode | 45 | and phyCARD boards in AC97 mode |
@@ -30,8 +48,10 @@ config SND_SOC_EUKREA_TLV320 | |||
30 | tristate "Eukrea TLV320" | 48 | tristate "Eukrea TLV320" |
31 | depends on MACH_EUKREA_MBIMX27_BASEBOARD \ | 49 | depends on MACH_EUKREA_MBIMX27_BASEBOARD \ |
32 | || MACH_EUKREA_MBIMXSD25_BASEBOARD \ | 50 | || MACH_EUKREA_MBIMXSD25_BASEBOARD \ |
33 | || MACH_EUKREA_MBIMXSD35_BASEBOARD | 51 | || MACH_EUKREA_MBIMXSD35_BASEBOARD \ |
52 | || MACH_EUKREA_MBIMXSD51_BASEBOARD | ||
34 | select SND_SOC_TLV320AIC23 | 53 | select SND_SOC_TLV320AIC23 |
54 | select SND_MXC_SOC_FIQ | ||
35 | help | 55 | help |
36 | Enable I2S based access to the TLV320AIC23B codec attached | 56 | Enable I2S based access to the TLV320AIC23B codec attached |
37 | to the SSI interface | 57 | to the SSI interface |