~ubuntu-branches/ubuntu/saucy/linux-ti-omap4/saucy-proposed

« back to all changes in this revision

Viewing changes to sound/soc/imx/Kconfig

  • Committer: Package Import Robot
  • Author(s): Paolo Pisati, Paolo Pisati, Stefan Bader, Upstream Kernel Changes
  • Date: 2012-08-15 17:17:43 UTC
  • Revision ID: package-import@ubuntu.com-20120815171743-h5wnuf51xe7pvdid
Tags: 3.5.0-207.13
[ Paolo Pisati ]

* Start new release

[ Stefan Bader ]

* (config) Enable getabis to use local package copies

[ Upstream Kernel Changes ]

* fixup: gargabe collect iva_seq[0|1] init
* [Config] enable all SND_OMAP_SOC_*s
* fixup: cm2xxx_3xxx.o is needed for omap2_cm_read|write_reg
* fixup: add some snd_soc_dai* helper functions
* fixup: s/snd_soc_dpcm_params/snd_soc_dpcm/g
* fixup: typo, no_host_mode and useless SDP4430 init
* fixup: enable again aess hwmod

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
menuconfig SND_IMX_SOC
2
 
        tristate "SoC Audio for Freescale i.MX CPUs"
3
 
        depends on ARCH_MXC
4
 
        help
5
 
          Say Y or M if you want to add support for codecs attached to
6
 
          the i.MX SSI interface.
7
 
 
8
 
 
9
 
if SND_IMX_SOC
10
 
 
11
 
config SND_SOC_IMX_SSI
12
 
        tristate
13
 
 
14
 
config SND_SOC_IMX_PCM
15
 
        tristate
16
 
 
17
 
config SND_MXC_SOC_FIQ
18
 
        tristate
19
 
        select FIQ
20
 
        select SND_SOC_IMX_PCM
21
 
 
22
 
config SND_MXC_SOC_MX2
23
 
        select SND_SOC_DMAENGINE_PCM
24
 
        tristate
25
 
        select SND_SOC_IMX_PCM
26
 
 
27
 
config SND_SOC_IMX_AUDMUX
28
 
        tristate
29
 
 
30
 
config SND_MXC_SOC_WM1133_EV1
31
 
        tristate "Audio on the the i.MX31ADS with WM1133-EV1 fitted"
32
 
        depends on MACH_MX31ADS_WM1133_EV1 && EXPERIMENTAL
33
 
        select SND_SOC_WM8350
34
 
        select SND_MXC_SOC_FIQ
35
 
        select SND_SOC_IMX_AUDMUX
36
 
        select SND_SOC_IMX_SSI
37
 
        help
38
 
          Enable support for audio on the i.MX31ADS with the WM1133-EV1
39
 
          PMIC board with WM8835x fitted.
40
 
 
41
 
config SND_SOC_MX27VIS_AIC32X4
42
 
        tristate "SoC audio support for Visstrim M10 boards"
43
 
        depends on MACH_IMX27_VISSTRIM_M10 && I2C
44
 
        select SND_SOC_TLV320AIC32X4
45
 
        select SND_MXC_SOC_MX2
46
 
        select SND_SOC_IMX_AUDMUX
47
 
        select SND_SOC_IMX_SSI
48
 
        help
49
 
          Say Y if you want to add support for SoC audio on Visstrim SM10
50
 
          board with TLV320AIC32X4 codec.
51
 
 
52
 
config SND_SOC_PHYCORE_AC97
53
 
        tristate "SoC Audio support for Phytec phyCORE (and phyCARD) boards"
54
 
        depends on MACH_PCM043 || MACH_PCA100
55
 
        select SND_SOC_AC97_BUS
56
 
        select SND_SOC_WM9712
57
 
        select SND_MXC_SOC_FIQ
58
 
        select SND_SOC_IMX_AUDMUX
59
 
        select SND_SOC_IMX_SSI
60
 
        help
61
 
          Say Y if you want to add support for SoC audio on Phytec phyCORE
62
 
          and phyCARD boards in AC97 mode
63
 
 
64
 
config SND_SOC_EUKREA_TLV320
65
 
        tristate "Eukrea TLV320"
66
 
        depends on MACH_EUKREA_MBIMX27_BASEBOARD \
67
 
                || MACH_EUKREA_MBIMXSD25_BASEBOARD \
68
 
                || MACH_EUKREA_MBIMXSD35_BASEBOARD \
69
 
                || MACH_EUKREA_MBIMXSD51_BASEBOARD
70
 
        depends on I2C
71
 
        select SND_SOC_TLV320AIC23
72
 
        select SND_MXC_SOC_FIQ
73
 
        select SND_SOC_IMX_AUDMUX
74
 
        select SND_SOC_IMX_SSI
75
 
        help
76
 
          Enable I2S based access to the TLV320AIC23B codec attached
77
 
          to the SSI interface
78
 
 
79
 
endif   # SND_IMX_SOC