blob: 43b6d8e3b10c4ab3f33983d85d4d74c237430152 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
|
config SND_MXC_SOC
tristate "SoC Audio for the Freescale i.MX CPU"
depends on ARCH_MXC && SND
select SND_PCM
help
Say Y or M if you want to add support for codecs attached to
the MXC I2S or SSP interface. You will also need
to select the audio interfaces to support below.
if SND_MXC_SOC
config SND_MXC_SOC_SSI
tristate
config SND_MXC_SOC_ESAI
tristate
config SND_MXC_SOC_AC97
tristate
config SND_MXC_SOC_IRAM
bool "Locate Audio DMA playback buffers in IRAM"
help
Say Y if you don't want Audio playback buffers in external ram
config SND_SOC_IMX_3STACK_WM8350
tristate "SoC Audio support for IMX - WM8350"
depends on MFD_WM8350
select SND_MXC_SOC_SSI
select SND_SOC_WM8350
help
Say Y if you want to add support for SoC audio on IMX 3STACK
with the WM8350.
config SND_SOC_IMX_3STACK_SGTL5000
tristate "SoC Audio support for IMX - SGTL5000"
select SND_MXC_SOC_SSI
select SND_SOC_SGTL5000
help
Say Y if you want to add support for SoC audio on IMX 3STACK
with the SGTL5000.
config SND_SOC_IMX_3STACK_AK4647
tristate "SoC Audio support for IMX - AK4647"
select SND_MXC_SOC_SSI
select SND_SOC_AK4647
help
Say Y if you want to add support for SoC audio on IMX 3STACK
with the AK4647.
config SND_SOC_IMX_3STACK_WM8580
tristate "SoC Audio support for IMX - WM8580"
select SND_MXC_SOC_ESAI
select SND_SOC_WM8580
help
Say Y if you want to add support for Soc audio on IMX 3STACK
with the WM8580
config SND_SOC_IMX_CCWMX51_WM8753
tristate "SoC Audio support for IMX - WM8753"
select SND_MXC_SOC_SSI
select SND_SOC_WM8753
help
Say Y if you want to add support for Soc audio on IMX CCWMX51
with the WM8753
config SND_SOC_IMX_3STACK_AK5702
tristate "SoC Audio support for IMX - AK5702"
select SND_MXC_SOC_ESAI
select SND_SOC_AK5702
help
Say Y if you want to add support for Soc audio on IMX 3STACK
with the AK5702
config SND_SOC_IMX_3STACK_BLUETOOTH
tristate "SoC Audio support for IMX - BLUETOOTH"
select SND_MXC_SOC_SSI
select SND_SOC_BLUETOOTH
help
Say Y if you want to add support for Soc audio on IMX 3STACK
with the BLUETOOTH
endif
|