Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid
[deliverable/linux.git] / sound / soc / intel / Kconfig
CommitLineData
e62255f2
VK
1config SND_MFLD_MACHINE
2 tristate "SOC Machine Audio driver for Intel Medfield MID platform"
5914ccf4 3 depends on INTEL_SCU_IPC
e62255f2 4 select SND_SOC_SN95031
a355d678 5 select SND_SST_MFLD_PLATFORM
f533a035 6 select SND_SST_IPC_PCI
e62255f2
VK
7 help
8 This adds support for ASoC machine driver for Intel(R) MID Medfield platform
9 used as alsa device in audio substem in Intel(R) MID devices
10 Say Y if you have such a device
11 If unsure select "N".
12
a355d678 13config SND_SST_MFLD_PLATFORM
e62255f2 14 tristate
6f0c4226 15 select SND_SOC_COMPRESS
ddfa40b1 16
0fbc7d73
VK
17config SND_SST_IPC
18 tristate
19
f533a035
VK
20config SND_SST_IPC_PCI
21 tristate
22 select SND_SST_IPC
23
336cfbb0
VK
24config SND_SST_IPC_ACPI
25 tristate
26 select SND_SST_IPC
12cc291b 27 select SND_SOC_INTEL_SST
336cfbb0
VK
28 depends on ACPI
29
ddfa40b1 30config SND_SOC_INTEL_SST
13735d1c 31 tristate
ddfa40b1 32 select SND_SOC_INTEL_SST_ACPI if ACPI
2dcffcee 33 select SND_SOC_INTEL_SST_MATCH if ACPI
afd95490 34 depends on (X86 || COMPILE_TEST)
ddfa40b1
LG
35
36config SND_SOC_INTEL_SST_ACPI
37 tristate
38
2dcffcee
VK
39config SND_SOC_INTEL_SST_MATCH
40 tristate
41
5e4482fc
LG
42config SND_SOC_INTEL_HASWELL
43 tristate
90931b9e 44
20df8d03
JN
45config SND_SOC_INTEL_BAYTRAIL
46 tristate
47
90931b9e 48config SND_SOC_INTEL_HASWELL_MACH
a8282136 49 tristate "ASoC Audio DSP support for Intel Haswell Lynxpoint"
13735d1c 50 depends on X86_INTEL_LPSS && I2C && I2C_DESIGNWARE_PLATFORM
a92ea59b 51 depends on DW_DMAC_CORE=y
13735d1c 52 select SND_SOC_INTEL_SST
90931b9e
LG
53 select SND_SOC_INTEL_HASWELL
54 select SND_SOC_RT5640
55 help
a8282136 56 This adds support for the Lynxpoint Audio DSP on Intel(R) Haswell
90931b9e 57 Ultrabook platforms.
a8282136
LG
58 Say Y if you have such a device
59 If unsure select "N".
20df8d03 60
76016322
RB
61config SND_SOC_INTEL_BXT_RT298_MACH
62 tristate "ASoC Audio driver for Broxton with RT298 I2S mode"
63 depends on X86 && ACPI && I2C
64 select SND_SOC_INTEL_SST
65 select SND_SOC_INTEL_SKYLAKE
66 select SND_SOC_RT298
67 select SND_SOC_DMIC
68 select SND_SOC_HDAC_HDMI
69 select SND_HDA_DSP_LOADER
70 help
71 This adds support for ASoC machine driver for Broxton platforms
72 with RT286 I2S audio codec.
73 Say Y if you have such a device
74 If unsure select "N".
75
20df8d03
JN
76config SND_SOC_INTEL_BYT_RT5640_MACH
77 tristate "ASoC Audio driver for Intel Baytrail with RT5640 codec"
13735d1c 78 depends on X86_INTEL_LPSS && I2C
cfffcc66 79 depends on DW_DMAC_CORE=y && (SND_SST_IPC_ACPI = n)
13735d1c 80 select SND_SOC_INTEL_SST
20df8d03
JN
81 select SND_SOC_INTEL_BAYTRAIL
82 select SND_SOC_RT5640
83 help
84 This adds audio driver for Intel Baytrail platform based boards
595788e4
PLB
85 with the RT5640 audio codec. This driver is deprecated, use
86 SND_SOC_INTEL_BYTCR_RT5640_MACH instead for better functionality
9b351d46
JN
87
88config SND_SOC_INTEL_BYT_MAX98090_MACH
89 tristate "ASoC Audio driver for Intel Baytrail with MAX98090 codec"
13735d1c 90 depends on X86_INTEL_LPSS && I2C
cfffcc66 91 depends on DW_DMAC_CORE=y && (SND_SST_IPC_ACPI = n)
13735d1c 92 select SND_SOC_INTEL_SST
9b351d46
JN
93 select SND_SOC_INTEL_BAYTRAIL
94 select SND_SOC_MAX98090
95 help
96 This adds audio driver for Intel Baytrail platform based boards
97 with the MAX98090 audio codec.
afdb74fd
LG
98
99config SND_SOC_INTEL_BROADWELL_MACH
100 tristate "ASoC Audio DSP support for Intel Broadwell Wildcatpoint"
13735d1c 101 depends on X86_INTEL_LPSS && I2C && DW_DMAC && \
282a331f 102 I2C_DESIGNWARE_PLATFORM
a92ea59b 103 depends on DW_DMAC_CORE=y
13735d1c 104 select SND_SOC_INTEL_SST
afdb74fd 105 select SND_SOC_INTEL_HASWELL
afdb74fd
LG
106 select SND_SOC_RT286
107 help
108 This adds support for the Wilcatpoint Audio DSP on Intel(R) Broadwell
109 Ultrabook platforms.
110 Say Y if you have such a device
111 If unsure select "N".
996cc849
SP
112
113config SND_SOC_INTEL_BYTCR_RT5640_MACH
595788e4 114 tristate "ASoC Audio driver for Intel Baytrail and Baytrail-CR with RT5640 codec"
da042e3a 115 depends on X86 && I2C
996cc849
SP
116 select SND_SOC_RT5640
117 select SND_SST_MFLD_PLATFORM
118 select SND_SST_IPC_ACPI
2dcffcee 119 select SND_SOC_INTEL_SST_MATCH if ACPI
996cc849 120 help
595788e4
PLB
121 This adds support for ASoC machine driver for Intel(R) Baytrail and Baytrail-CR
122 platforms with RT5640 audio codec.
996cc849
SP
123 Say Y if you have such a device
124 If unsure select "N".
026da220 125
2bd5bd15
PLB
126config SND_SOC_INTEL_BYTCR_RT5651_MACH
127 tristate "ASoC Audio driver for Intel Baytrail and Baytrail-CR with RT5651 codec"
128 depends on X86 && I2C
129 select SND_SOC_RT5651
130 select SND_SST_MFLD_PLATFORM
131 select SND_SST_IPC_ACPI
2dcffcee 132 select SND_SOC_INTEL_SST_MATCH if ACPI
2bd5bd15
PLB
133 help
134 This adds support for ASoC machine driver for Intel(R) Baytrail and Baytrail-CR
135 platforms with RT5651 audio codec.
136 Say Y if you have such a device
137 If unsure select "N".
138
026da220
ML
139config SND_SOC_INTEL_CHT_BSW_RT5672_MACH
140 tristate "ASoC Audio driver for Intel Cherrytrail & Braswell with RT5672 codec"
da042e3a 141 depends on X86_INTEL_LPSS && I2C
026da220
ML
142 select SND_SOC_RT5670
143 select SND_SST_MFLD_PLATFORM
144 select SND_SST_IPC_ACPI
2dcffcee 145 select SND_SOC_INTEL_SST_MATCH if ACPI
026da220
ML
146 help
147 This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell
148 platforms with RT5672 audio codec.
149 Say Y if you have such a device
150 If unsure select "N".
e18acdc0
FY
151
152config SND_SOC_INTEL_CHT_BSW_RT5645_MACH
c4ba51ba 153 tristate "ASoC Audio driver for Intel Cherrytrail & Braswell with RT5645/5650 codec"
fd35e375 154 depends on X86_INTEL_LPSS && I2C
e18acdc0
FY
155 select SND_SOC_RT5645
156 select SND_SST_MFLD_PLATFORM
157 select SND_SST_IPC_ACPI
2dcffcee 158 select SND_SOC_INTEL_SST_MATCH if ACPI
e18acdc0
FY
159 help
160 This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell
c4ba51ba 161 platforms with RT5645/5650 audio codec.
e18acdc0 162 If unsure select "N".
17119a46
FY
163
164config SND_SOC_INTEL_CHT_BSW_MAX98090_TI_MACH
165 tristate "ASoC Audio driver for Intel Cherrytrail & Braswell with MAX98090 & TI codec"
fd35e375 166 depends on X86_INTEL_LPSS && I2C
17119a46
FY
167 select SND_SOC_MAX98090
168 select SND_SOC_TS3A227E
169 select SND_SST_MFLD_PLATFORM
170 select SND_SST_IPC_ACPI
2dcffcee 171 select SND_SOC_INTEL_SST_MATCH if ACPI
17119a46
FY
172 help
173 This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell
174 platforms with MAX98090 audio codec it also can support TI jack chip as aux device.
175 If unsure select "N".
eb965e36
JK
176
177config SND_SOC_INTEL_SKYLAKE
178 tristate
179 select SND_HDA_EXT_CORE
92eb4f62 180 select SND_HDA_DSP_LOADER
3af36706 181 select SND_SOC_TOPOLOGY
b81fd263 182 select SND_SOC_INTEL_SST
624729fd
OA
183
184config SND_SOC_INTEL_SKL_RT286_MACH
185 tristate "ASoC Audio driver for SKL with RT286 I2S mode"
0928e8a5 186 depends on X86 && ACPI && I2C
624729fd
OA
187 select SND_SOC_INTEL_SST
188 select SND_SOC_INTEL_SKYLAKE
189 select SND_SOC_RT286
190 select SND_SOC_DMIC
23905cd1 191 select SND_SOC_HDAC_HDMI
624729fd
OA
192 help
193 This adds support for ASoC machine driver for Skylake platforms
194 with RT286 I2S audio codec.
195 Say Y if you have such a device
196 If unsure select "N".
a86d5057
HP
197
198config SND_SOC_INTEL_SKL_NAU88L25_SSM4567_MACH
199 tristate "ASoC Audio driver for SKL with NAU88L25 and SSM4567 in I2S Mode"
200 depends on X86_INTEL_LPSS && I2C
201 select SND_SOC_INTEL_SST
202 select SND_SOC_INTEL_SKYLAKE
203 select SND_SOC_NAU8825
204 select SND_SOC_SSM4567
205 select SND_SOC_DMIC
bc5f6ac9 206 select SND_SOC_HDAC_HDMI
a86d5057
HP
207 help
208 This adds support for ASoC Onboard Codec I2S machine driver. This will
209 create an alsa sound card for NAU88L25 + SSM4567.
210 Say Y if you have such a device
211 If unsure select "N".
8eaf2b31
RA
212
213config SND_SOC_INTEL_SKL_NAU88L25_MAX98357A_MACH
214 tristate "ASoC Audio driver for SKL with NAU88L25 and MAX98357A in I2S Mode"
215 depends on X86_INTEL_LPSS && I2C
216 select SND_SOC_INTEL_SST
217 select SND_SOC_INTEL_SKYLAKE
218 select SND_SOC_NAU8825
219 select SND_SOC_MAX98357A
220 select SND_SOC_DMIC
0ab338ff 221 select SND_SOC_HDAC_HDMI
8eaf2b31
RA
222 help
223 This adds support for ASoC Onboard Codec I2S machine driver. This will
224 create an alsa sound card for NAU88L25 + MAX98357A.
225 Say Y if you have such a device
226 If unsure select "N".
This page took 0.315842 seconds and 5 git commands to generate.