diff options
author | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-22 10:38:37 -0500 |
---|---|---|
committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-22 10:38:37 -0500 |
commit | fcc9d2e5a6c89d22b8b773a64fb4ad21ac318446 (patch) | |
tree | a57612d1888735a2ec7972891b68c1ac5ec8faea /sound/soc/imx/Kconfig | |
parent | 8dea78da5cee153b8af9c07a2745f6c55057fe12 (diff) |
Diffstat (limited to 'sound/soc/imx/Kconfig')
-rw-r--r-- | sound/soc/imx/Kconfig | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/sound/soc/imx/Kconfig b/sound/soc/imx/Kconfig new file mode 100644 index 00000000000..bb699bb55a5 --- /dev/null +++ b/sound/soc/imx/Kconfig | |||
@@ -0,0 +1,59 @@ | |||
1 | menuconfig SND_IMX_SOC | ||
2 | tristate "SoC Audio for Freescale i.MX CPUs" | ||
3 | depends on ARCH_MXC | ||
4 | select SND_PCM | ||
5 | select FIQ | ||
6 | select SND_SOC_AC97_BUS | ||
7 | help | ||
8 | Say Y or M if you want to add support for codecs attached to | ||
9 | the i.MX SSI interface. | ||
10 | |||
11 | |||
12 | if SND_IMX_SOC | ||
13 | |||
14 | config SND_MXC_SOC_FIQ | ||
15 | tristate | ||
16 | |||
17 | config SND_MXC_SOC_MX2 | ||
18 | tristate | ||
19 | |||
20 | config SND_MXC_SOC_WM1133_EV1 | ||
21 | tristate "Audio on the the i.MX31ADS with WM1133-EV1 fitted" | ||
22 | depends on MACH_MX31ADS_WM1133_EV1 && EXPERIMENTAL | ||
23 | select SND_SOC_WM8350 | ||
24 | select SND_MXC_SOC_FIQ | ||
25 | help | ||
26 | Enable support for audio on the i.MX31ADS with the WM1133-EV1 | ||
27 | PMIC board with WM8835x fitted. | ||
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 | |||
38 | config SND_SOC_PHYCORE_AC97 | ||
39 | tristate "SoC Audio support for Phytec phyCORE (and phyCARD) boards" | ||
40 | depends on MACH_PCM043 || MACH_PCA100 | ||
41 | select SND_SOC_WM9712 | ||
42 | select SND_MXC_SOC_FIQ | ||
43 | help | ||
44 | Say Y if you want to add support for SoC audio on Phytec phyCORE | ||
45 | and phyCARD boards in AC97 mode | ||
46 | |||
47 | config SND_SOC_EUKREA_TLV320 | ||
48 | tristate "Eukrea TLV320" | ||
49 | depends on MACH_EUKREA_MBIMX27_BASEBOARD \ | ||
50 | || MACH_EUKREA_MBIMXSD25_BASEBOARD \ | ||
51 | || MACH_EUKREA_MBIMXSD35_BASEBOARD \ | ||
52 | || MACH_EUKREA_MBIMXSD51_BASEBOARD | ||
53 | select SND_SOC_TLV320AIC23 | ||
54 | select SND_MXC_SOC_FIQ | ||
55 | help | ||
56 | Enable I2S based access to the TLV320AIC23B codec attached | ||
57 | to the SSI interface | ||
58 | |||
59 | endif # SND_IMX_SOC | ||