~ubuntu-branches/ubuntu/vivid/linux-fsl-imx51/vivid

« back to all changes in this revision

Viewing changes to sound/soc/imx/Kconfig

  • Committer: Bazaar Package Importer
  • Author(s): Andy Whitcroft, Amit Kucheria, Andy Whitcroft, Bryan Wu, Upstream Kernel Changes
  • Date: 2010-01-11 16:26:27 UTC
  • Revision ID: james.westby@ubuntu.com-20100111162627-1q2fl9tcuwcywt1e
Tags: 2.6.31-602.4
[ Amit Kucheria ]

* Update to official 2.6.31 BSP release from Freescale

[ Andy Whitcroft ]

* drop a number of modules no longer built

[ Bryan Wu ]

* [Config] Update configs after applying .31 patchset from Freescale
* [Config] Sync with imx51_defconfig from Freescale BSP

[ Upstream Kernel Changes ]

* Update to official 2.6.31 BSP release from Freescale.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
config SND_MXC_SOC_SSI
13
13
 tristate
14
14
 
 
15
config SND_MXC_SOC_ESAI
 
16
 tristate
 
17
 
 
18
config SND_MXC_SOC_AC97
 
19
 tristate
 
20
 
15
21
config SND_MXC_SOC_IRAM
16
22
 bool "Locate Audio DMA playback buffers in IRAM"
17
23
 help
18
24
   Say Y if you don't want Audio playback buffers in external ram
19
25
 
 
26
config SND_SOC_IMX_3STACK_WM8350
 
27
 tristate "SoC Audio support for IMX - WM8350"
 
28
 depends on MFD_WM8350
 
29
 select SND_MXC_SOC_SSI
 
30
 select SND_SOC_WM8350
 
31
 help
 
32
   Say Y if you want to add support for SoC audio on IMX 3STACK
 
33
   with the WM8350.
 
34
 
20
35
config SND_SOC_IMX_3STACK_SGTL5000
21
36
 tristate "SoC Audio support for IMX - SGTL5000"
22
37
 select SND_MXC_SOC_SSI
25
40
   Say Y if you want to add support for SoC audio on IMX 3STACK
26
41
   with the SGTL5000.
27
42
 
 
43
config SND_SOC_IMX_3STACK_AK4647
 
44
 tristate "SoC Audio support for IMX - AK4647"
 
45
 select SND_MXC_SOC_SSI
 
46
 select SND_SOC_AK4647
 
47
 help
 
48
   Say Y if you want to add support for SoC audio on IMX 3STACK
 
49
   with the AK4647.
 
50
 
 
51
config SND_SOC_IMX_3STACK_WM8580
 
52
 tristate "SoC Audio support for IMX - WM8580"
 
53
 select SND_MXC_SOC_ESAI
 
54
 select SND_SOC_WM8580
 
55
 help
 
56
   Say Y if you want to add support for Soc audio on IMX 3STACK
 
57
   with the WM8580
 
58
 
 
59
config SND_SOC_IMX_3STACK_AK5702
 
60
 tristate "SoC Audio support for IMX - AK5702"
 
61
 select SND_MXC_SOC_ESAI
 
62
 select SND_SOC_AK5702
 
63
 help
 
64
   Say Y if you want to add support for Soc audio on IMX 3STACK
 
65
   with the AK5702
 
66
 
 
67
config SND_SOC_IMX_3STACK_BLUETOOTH
 
68
 tristate "SoC Audio support for IMX - BLUETOOTH"
 
69
 select SND_MXC_SOC_SSI
 
70
 select SND_SOC_BLUETOOTH
 
71
 help
 
72
   Say Y if you want to add support for Soc audio on IMX 3STACK
 
73
   with the BLUETOOTH
28
74
endif
29