]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - sound/soc/intel/Kconfig
ASoC: intel: bxt: Constify hw_constraints
[mirror_ubuntu-bionic-kernel.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
231a091e 5 select SND_SST_ATOM_HIFI2_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
c3f2fe62 10 Say Y if you have such a device.
e62255f2
VK
11 If unsure select "N".
12
231a091e 13config SND_SST_ATOM_HIFI2_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
94ae3ce1 28 select IOSF_MBI
336cfbb0 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
ddfa40b1 34
a395bdd6
TI
35config SND_SOC_INTEL_SST_FIRMWARE
36 tristate
ebf79091 37 select DW_DMAC_CORE
a395bdd6 38
ddfa40b1
LG
39config SND_SOC_INTEL_SST_ACPI
40 tristate
41
2dcffcee
VK
42config SND_SOC_INTEL_SST_MATCH
43 tristate
44
5e4482fc
LG
45config SND_SOC_INTEL_HASWELL
46 tristate
ebf79091 47 select SND_SOC_INTEL_SST
c3474e21 48 select SND_SOC_INTEL_SST_FIRMWARE
90931b9e 49
20df8d03
JN
50config SND_SOC_INTEL_BAYTRAIL
51 tristate
ebf79091
AS
52 select SND_SOC_INTEL_SST
53 select SND_SOC_INTEL_SST_FIRMWARE
20df8d03 54
90931b9e 55config SND_SOC_INTEL_HASWELL_MACH
a8282136 56 tristate "ASoC Audio DSP support for Intel Haswell Lynxpoint"
13735d1c 57 depends on X86_INTEL_LPSS && I2C && I2C_DESIGNWARE_PLATFORM
ebf79091 58 depends on DMADEVICES
90931b9e
LG
59 select SND_SOC_INTEL_HASWELL
60 select SND_SOC_RT5640
61 help
a8282136 62 This adds support for the Lynxpoint Audio DSP on Intel(R) Haswell
90931b9e 63 Ultrabook platforms.
c3f2fe62 64 Say Y if you have such a device.
a8282136 65 If unsure select "N".
20df8d03 66
723bad3f
SN
67config SND_SOC_INTEL_BXT_DA7219_MAX98357A_MACH
68 tristate "ASoC Audio driver for Broxton with DA7219 and MAX98357A in I2S Mode"
69 depends on X86 && ACPI && I2C
723bad3f
SN
70 select SND_SOC_INTEL_SKYLAKE
71 select SND_SOC_DA7219
72 select SND_SOC_MAX98357A
73 select SND_SOC_DMIC
74 select SND_SOC_HDAC_HDMI
75 select SND_HDA_DSP_LOADER
76 help
77 This adds support for ASoC machine driver for Broxton-P platforms
78 with DA7219 + MAX98357A I2S audio codec.
c3f2fe62 79 Say Y if you have such a device.
723bad3f
SN
80 If unsure select "N".
81
76016322
RB
82config SND_SOC_INTEL_BXT_RT298_MACH
83 tristate "ASoC Audio driver for Broxton with RT298 I2S mode"
84 depends on X86 && ACPI && I2C
76016322
RB
85 select SND_SOC_INTEL_SKYLAKE
86 select SND_SOC_RT298
87 select SND_SOC_DMIC
88 select SND_SOC_HDAC_HDMI
89 select SND_HDA_DSP_LOADER
90 help
91 This adds support for ASoC machine driver for Broxton platforms
92 with RT286 I2S audio codec.
c3f2fe62 93 Say Y if you have such a device.
76016322
RB
94 If unsure select "N".
95
20df8d03
JN
96config SND_SOC_INTEL_BYT_RT5640_MACH
97 tristate "ASoC Audio driver for Intel Baytrail with RT5640 codec"
13735d1c 98 depends on X86_INTEL_LPSS && I2C
ebf79091
AS
99 depends on DMADEVICES
100 depends on SND_SST_IPC_ACPI = n
20df8d03
JN
101 select SND_SOC_INTEL_BAYTRAIL
102 select SND_SOC_RT5640
103 help
104 This adds audio driver for Intel Baytrail platform based boards
595788e4 105 with the RT5640 audio codec. This driver is deprecated, use
c3f2fe62 106 SND_SOC_INTEL_BYTCR_RT5640_MACH instead for better functionality.
9b351d46
JN
107
108config SND_SOC_INTEL_BYT_MAX98090_MACH
109 tristate "ASoC Audio driver for Intel Baytrail with MAX98090 codec"
13735d1c 110 depends on X86_INTEL_LPSS && I2C
ebf79091
AS
111 depends on DMADEVICES
112 depends on SND_SST_IPC_ACPI = n
9b351d46
JN
113 select SND_SOC_INTEL_BAYTRAIL
114 select SND_SOC_MAX98090
115 help
116 This adds audio driver for Intel Baytrail platform based boards
117 with the MAX98090 audio codec.
afdb74fd 118
2d995e5d
JK
119config SND_SOC_INTEL_BDW_RT5677_MACH
120 tristate "ASoC Audio driver for Intel Broadwell with RT5677 codec"
ebf79091
AS
121 depends on X86_INTEL_LPSS && GPIOLIB && I2C
122 depends on DMADEVICES
2d995e5d
JK
123 select SND_SOC_INTEL_HASWELL
124 select SND_SOC_RT5677
125 help
126 This adds support for Intel Broadwell platform based boards with
127 the RT5677 audio codec.
128
afdb74fd
LG
129config SND_SOC_INTEL_BROADWELL_MACH
130 tristate "ASoC Audio DSP support for Intel Broadwell Wildcatpoint"
ebf79091
AS
131 depends on X86_INTEL_LPSS && I2C && I2C_DESIGNWARE_PLATFORM
132 depends on DMADEVICES
afdb74fd 133 select SND_SOC_INTEL_HASWELL
afdb74fd
LG
134 select SND_SOC_RT286
135 help
136 This adds support for the Wilcatpoint Audio DSP on Intel(R) Broadwell
137 Ultrabook platforms.
c3f2fe62 138 Say Y if you have such a device.
afdb74fd 139 If unsure select "N".
996cc849
SP
140
141config SND_SOC_INTEL_BYTCR_RT5640_MACH
595788e4 142 tristate "ASoC Audio driver for Intel Baytrail and Baytrail-CR with RT5640 codec"
3493d4a8 143 depends on X86 && I2C && ACPI
996cc849 144 select SND_SOC_RT5640
231a091e 145 select SND_SST_ATOM_HIFI2_PLATFORM
996cc849 146 select SND_SST_IPC_ACPI
2dcffcee 147 select SND_SOC_INTEL_SST_MATCH if ACPI
996cc849 148 help
595788e4
PLB
149 This adds support for ASoC machine driver for Intel(R) Baytrail and Baytrail-CR
150 platforms with RT5640 audio codec.
c3f2fe62 151 Say Y if you have such a device.
996cc849 152 If unsure select "N".
026da220 153
2bd5bd15
PLB
154config SND_SOC_INTEL_BYTCR_RT5651_MACH
155 tristate "ASoC Audio driver for Intel Baytrail and Baytrail-CR with RT5651 codec"
3493d4a8 156 depends on X86 && I2C && ACPI
2bd5bd15 157 select SND_SOC_RT5651
231a091e 158 select SND_SST_ATOM_HIFI2_PLATFORM
2bd5bd15 159 select SND_SST_IPC_ACPI
2dcffcee 160 select SND_SOC_INTEL_SST_MATCH if ACPI
2bd5bd15
PLB
161 help
162 This adds support for ASoC machine driver for Intel(R) Baytrail and Baytrail-CR
163 platforms with RT5651 audio codec.
c3f2fe62 164 Say Y if you have such a device.
2bd5bd15
PLB
165 If unsure select "N".
166
026da220
ML
167config SND_SOC_INTEL_CHT_BSW_RT5672_MACH
168 tristate "ASoC Audio driver for Intel Cherrytrail & Braswell with RT5672 codec"
3493d4a8 169 depends on X86_INTEL_LPSS && I2C && ACPI
026da220 170 select SND_SOC_RT5670
231a091e 171 select SND_SST_ATOM_HIFI2_PLATFORM
026da220 172 select SND_SST_IPC_ACPI
2dcffcee 173 select SND_SOC_INTEL_SST_MATCH if ACPI
026da220
ML
174 help
175 This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell
176 platforms with RT5672 audio codec.
c3f2fe62 177 Say Y if you have such a device.
026da220 178 If unsure select "N".
e18acdc0
FY
179
180config SND_SOC_INTEL_CHT_BSW_RT5645_MACH
c4ba51ba 181 tristate "ASoC Audio driver for Intel Cherrytrail & Braswell with RT5645/5650 codec"
3493d4a8 182 depends on X86_INTEL_LPSS && I2C && ACPI
e18acdc0 183 select SND_SOC_RT5645
231a091e 184 select SND_SST_ATOM_HIFI2_PLATFORM
e18acdc0 185 select SND_SST_IPC_ACPI
2dcffcee 186 select SND_SOC_INTEL_SST_MATCH if ACPI
e18acdc0
FY
187 help
188 This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell
c4ba51ba 189 platforms with RT5645/5650 audio codec.
e18acdc0 190 If unsure select "N".
17119a46
FY
191
192config SND_SOC_INTEL_CHT_BSW_MAX98090_TI_MACH
193 tristate "ASoC Audio driver for Intel Cherrytrail & Braswell with MAX98090 & TI codec"
c3f2fe62 194 depends on X86_INTEL_LPSS && I2C && ACPI
17119a46
FY
195 select SND_SOC_MAX98090
196 select SND_SOC_TS3A227E
231a091e 197 select SND_SST_ATOM_HIFI2_PLATFORM
17119a46 198 select SND_SST_IPC_ACPI
2dcffcee 199 select SND_SOC_INTEL_SST_MATCH if ACPI
17119a46 200 help
c3f2fe62
VK
201 This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell
202 platforms with MAX98090 audio codec it also can support TI jack chip as aux device.
203 If unsure select "N".
eb965e36 204
82cf89de
PLB
205config SND_SOC_INTEL_BYT_CHT_DA7213_MACH
206 tristate "ASoC Audio driver for Intel Baytrail & Cherrytrail with DA7212/7213 codec"
207 depends on X86_INTEL_LPSS && I2C && ACPI
208 select SND_SOC_DA7213
209 select SND_SST_ATOM_HIFI2_PLATFORM
210 select SND_SST_IPC_ACPI
211 select SND_SOC_INTEL_SST_MATCH if ACPI
212 help
213 This adds support for ASoC machine driver for Intel(R) Baytrail & CherryTrail
214 platforms with DA7212/7213 audio codec.
215 If unsure select "N".
216
a03bdaa5
DD
217config SND_SOC_INTEL_BYT_CHT_ES8316_MACH
218 tristate "ASoC Audio driver for Intel Baytrail & Cherrytrail with ES8316 codec"
219 depends on X86_INTEL_LPSS && I2C && ACPI
220 select SND_SOC_ES8316
221 select SND_SST_ATOM_HIFI2_PLATFORM
222 select SND_SST_IPC_ACPI
223 select SND_SOC_INTEL_SST_MATCH if ACPI
224 help
225 This adds support for ASoC machine driver for Intel(R) Baytrail &
226 Cherrytrail platforms with ES8316 audio codec.
227 If unsure select "N".
228
759db1c4
PLB
229config SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH
230 tristate "ASoC Audio driver for Intel Baytrail & Cherrytrail platform with no codec (MinnowBoard MAX, Up)"
231 depends on X86_INTEL_LPSS && I2C && ACPI
232 select SND_SST_ATOM_HIFI2_PLATFORM
233 select SND_SST_IPC_ACPI
234 select SND_SOC_INTEL_SST_MATCH if ACPI
235 help
236 This adds support for ASoC machine driver for the MinnowBoard Max or
237 Up boards and provides access to I2S signals on the Low-Speed
238 connector
239 If unsure select "N".
240
ec040dd5
N
241config SND_SOC_INTEL_KBL_RT5663_MAX98927_MACH
242 tristate "ASoC Audio driver for KBL with RT5663 and MAX98927 in I2S Mode"
243 depends on X86_INTEL_LPSS && I2C
244 select SND_SOC_INTEL_SST
245 select SND_SOC_INTEL_SKYLAKE
246 select SND_SOC_RT5663
247 select SND_SOC_MAX98927
248 select SND_SOC_DMIC
249 select SND_SOC_HDAC_HDMI
250 help
251 This adds support for ASoC Onboard Codec I2S machine driver. This will
252 create an alsa sound card for RT5663 + MAX98927.
253 Say Y if you have such a device.
254 If unsure select "N".
255
eb965e36
JK
256config SND_SOC_INTEL_SKYLAKE
257 tristate
258 select SND_HDA_EXT_CORE
92eb4f62 259 select SND_HDA_DSP_LOADER
3af36706 260 select SND_SOC_TOPOLOGY
b81fd263 261 select SND_SOC_INTEL_SST
624729fd
OA
262
263config SND_SOC_INTEL_SKL_RT286_MACH
264 tristate "ASoC Audio driver for SKL with RT286 I2S mode"
0928e8a5 265 depends on X86 && ACPI && I2C
624729fd
OA
266 select SND_SOC_INTEL_SKYLAKE
267 select SND_SOC_RT286
268 select SND_SOC_DMIC
23905cd1 269 select SND_SOC_HDAC_HDMI
624729fd
OA
270 help
271 This adds support for ASoC machine driver for Skylake platforms
272 with RT286 I2S audio codec.
c3f2fe62 273 Say Y if you have such a device.
624729fd 274 If unsure select "N".
a86d5057
HP
275
276config SND_SOC_INTEL_SKL_NAU88L25_SSM4567_MACH
277 tristate "ASoC Audio driver for SKL with NAU88L25 and SSM4567 in I2S Mode"
278 depends on X86_INTEL_LPSS && I2C
a86d5057
HP
279 select SND_SOC_INTEL_SKYLAKE
280 select SND_SOC_NAU8825
281 select SND_SOC_SSM4567
282 select SND_SOC_DMIC
bc5f6ac9 283 select SND_SOC_HDAC_HDMI
a86d5057
HP
284 help
285 This adds support for ASoC Onboard Codec I2S machine driver. This will
286 create an alsa sound card for NAU88L25 + SSM4567.
c3f2fe62 287 Say Y if you have such a device.
a86d5057 288 If unsure select "N".
8eaf2b31
RA
289
290config SND_SOC_INTEL_SKL_NAU88L25_MAX98357A_MACH
291 tristate "ASoC Audio driver for SKL with NAU88L25 and MAX98357A in I2S Mode"
292 depends on X86_INTEL_LPSS && I2C
8eaf2b31
RA
293 select SND_SOC_INTEL_SKYLAKE
294 select SND_SOC_NAU8825
295 select SND_SOC_MAX98357A
296 select SND_SOC_DMIC
0ab338ff 297 select SND_SOC_HDAC_HDMI
8eaf2b31
RA
298 help
299 This adds support for ASoC Onboard Codec I2S machine driver. This will
300 create an alsa sound card for NAU88L25 + MAX98357A.
c3f2fe62 301 Say Y if you have such a device.
8eaf2b31 302 If unsure select "N".