blob: b301bfff1c09ca06a10692c47352366aa096493b [file] [log] [blame]
Vinod Koule62255f2011-01-04 20:17:04 +05301config SND_MFLD_MACHINE
2 tristate "SOC Machine Audio driver for Intel Medfield MID platform"
Vinod Koul5914ccf2014-10-16 13:54:29 +05303 depends on INTEL_SCU_IPC
Vinod Koule62255f2011-01-04 20:17:04 +05304 select SND_SOC_SN95031
Andy Shevchenko231a0912017-01-16 15:12:29 +02005 select SND_SST_ATOM_HIFI2_PLATFORM
Vinod Koulf533a032014-11-04 16:25:16 +05306 select SND_SST_IPC_PCI
Vinod Koule62255f2011-01-04 20:17:04 +05307 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
Vinod Koulc3f2fe62016-06-21 09:33:04 +053010 Say Y if you have such a device.
Vinod Koule62255f2011-01-04 20:17:04 +053011 If unsure select "N".
12
Andy Shevchenko231a0912017-01-16 15:12:29 +020013config SND_SST_ATOM_HIFI2_PLATFORM
Vinod Koule62255f2011-01-04 20:17:04 +053014 tristate
Jie Yang6f0c4222015-10-13 23:41:00 +080015 select SND_SOC_COMPRESS
Liam Girdwoodddfa40b2014-02-17 13:32:10 +000016
Vinod Koul0fbc7d72014-10-16 20:00:19 +053017config SND_SST_IPC
18 tristate
19
Vinod Koulf533a032014-11-04 16:25:16 +053020config SND_SST_IPC_PCI
21 tristate
22 select SND_SST_IPC
23
Vinod Koul336cfbb2014-11-11 16:36:28 +053024config SND_SST_IPC_ACPI
25 tristate
26 select SND_SST_IPC
Vinod Koul12cc2912015-11-05 21:34:12 +053027 select SND_SOC_INTEL_SST
Pierre-Louis Bossart94ae3ce2016-09-03 11:23:26 -050028 select IOSF_MBI
Vinod Koul336cfbb2014-11-11 16:36:28 +053029
Liam Girdwoodddfa40b2014-02-17 13:32:10 +000030config SND_SOC_INTEL_SST
Vinod Koul13735d12015-06-19 23:55:28 +053031 tristate
Liam Girdwoodddfa40b2014-02-17 13:32:10 +000032 select SND_SOC_INTEL_SST_ACPI if ACPI
Vinod Koul2dcffce2016-02-08 10:45:37 +053033 select SND_SOC_INTEL_SST_MATCH if ACPI
Liam Girdwoodddfa40b2014-02-17 13:32:10 +000034
Takashi Iwaia395bdd2016-07-11 10:39:11 +020035config SND_SOC_INTEL_SST_FIRMWARE
36 tristate
Andy Shevchenkoebf79092017-01-16 15:12:26 +020037 select DW_DMAC_CORE
Takashi Iwaia395bdd2016-07-11 10:39:11 +020038
Liam Girdwoodddfa40b2014-02-17 13:32:10 +000039config SND_SOC_INTEL_SST_ACPI
40 tristate
41
Vinod Koul2dcffce2016-02-08 10:45:37 +053042config SND_SOC_INTEL_SST_MATCH
43 tristate
44
Liam Girdwood5e4482f2014-02-20 21:48:46 +000045config SND_SOC_INTEL_HASWELL
46 tristate
Andy Shevchenkoebf79092017-01-16 15:12:26 +020047 select SND_SOC_INTEL_SST
Arnd Bergmannc3474e22016-10-10 14:33:20 +020048 select SND_SOC_INTEL_SST_FIRMWARE
Liam Girdwood90931b92014-02-20 21:48:47 +000049
Jarkko Nikula20df8d02014-02-24 17:27:02 +020050config SND_SOC_INTEL_BAYTRAIL
51 tristate
Andy Shevchenkoebf79092017-01-16 15:12:26 +020052 select SND_SOC_INTEL_SST
53 select SND_SOC_INTEL_SST_FIRMWARE
Jarkko Nikula20df8d02014-02-24 17:27:02 +020054
Liam Girdwood90931b92014-02-20 21:48:47 +000055config SND_SOC_INTEL_HASWELL_MACH
Liam Girdwooda8282132014-03-06 14:56:06 +000056 tristate "ASoC Audio DSP support for Intel Haswell Lynxpoint"
Vinod Koul13735d12015-06-19 23:55:28 +053057 depends on X86_INTEL_LPSS && I2C && I2C_DESIGNWARE_PLATFORM
Andy Shevchenkoebf79092017-01-16 15:12:26 +020058 depends on DMADEVICES
Liam Girdwood90931b92014-02-20 21:48:47 +000059 select SND_SOC_INTEL_HASWELL
60 select SND_SOC_RT5640
61 help
Liam Girdwooda8282132014-03-06 14:56:06 +000062 This adds support for the Lynxpoint Audio DSP on Intel(R) Haswell
Liam Girdwood90931b92014-02-20 21:48:47 +000063 Ultrabook platforms.
Vinod Koulc3f2fe62016-06-21 09:33:04 +053064 Say Y if you have such a device.
Liam Girdwooda8282132014-03-06 14:56:06 +000065 If unsure select "N".
Jarkko Nikula20df8d02014-02-24 17:27:02 +020066
Sathyanarayana Nujella723bad32016-05-31 23:33:15 -070067config 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
Sathyanarayana Nujella723bad32016-05-31 23:33:15 -070070 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.
Vinod Koulc3f2fe62016-06-21 09:33:04 +053079 Say Y if you have such a device.
Sathyanarayana Nujella723bad32016-05-31 23:33:15 -070080 If unsure select "N".
81
Ramesh Babu76016322016-05-10 22:02:06 +053082config SND_SOC_INTEL_BXT_RT298_MACH
83 tristate "ASoC Audio driver for Broxton with RT298 I2S mode"
84 depends on X86 && ACPI && I2C
Ramesh Babu76016322016-05-10 22:02:06 +053085 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.
Vinod Koulc3f2fe62016-06-21 09:33:04 +053093 Say Y if you have such a device.
Ramesh Babu76016322016-05-10 22:02:06 +053094 If unsure select "N".
95
Jarkko Nikula20df8d02014-02-24 17:27:02 +020096config SND_SOC_INTEL_BYT_RT5640_MACH
97 tristate "ASoC Audio driver for Intel Baytrail with RT5640 codec"
Vinod Koul13735d12015-06-19 23:55:28 +053098 depends on X86_INTEL_LPSS && I2C
Andy Shevchenkoebf79092017-01-16 15:12:26 +020099 depends on DMADEVICES
100 depends on SND_SST_IPC_ACPI = n
Jarkko Nikula20df8d02014-02-24 17:27:02 +0200101 select SND_SOC_INTEL_BAYTRAIL
102 select SND_SOC_RT5640
103 help
104 This adds audio driver for Intel Baytrail platform based boards
Pierre-Louis Bossart595788e2015-12-17 20:35:43 -0600105 with the RT5640 audio codec. This driver is deprecated, use
Vinod Koulc3f2fe62016-06-21 09:33:04 +0530106 SND_SOC_INTEL_BYTCR_RT5640_MACH instead for better functionality.
Jarkko Nikula9b351d42014-05-30 15:16:43 +0300107
108config SND_SOC_INTEL_BYT_MAX98090_MACH
109 tristate "ASoC Audio driver for Intel Baytrail with MAX98090 codec"
Vinod Koul13735d12015-06-19 23:55:28 +0530110 depends on X86_INTEL_LPSS && I2C
Andy Shevchenkoebf79092017-01-16 15:12:26 +0200111 depends on DMADEVICES
112 depends on SND_SST_IPC_ACPI = n
Jarkko Nikula9b351d42014-05-30 15:16:43 +0300113 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.
Liam Girdwoodafdb74f2014-07-14 10:35:40 +0800118
John Keeping2d995e52016-08-24 22:06:36 +0100119config SND_SOC_INTEL_BDW_RT5677_MACH
120 tristate "ASoC Audio driver for Intel Broadwell with RT5677 codec"
Andy Shevchenkoebf79092017-01-16 15:12:26 +0200121 depends on X86_INTEL_LPSS && GPIOLIB && I2C
122 depends on DMADEVICES
John Keeping2d995e52016-08-24 22:06:36 +0100123 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
Liam Girdwoodafdb74f2014-07-14 10:35:40 +0800129config SND_SOC_INTEL_BROADWELL_MACH
130 tristate "ASoC Audio DSP support for Intel Broadwell Wildcatpoint"
Andy Shevchenkoebf79092017-01-16 15:12:26 +0200131 depends on X86_INTEL_LPSS && I2C && I2C_DESIGNWARE_PLATFORM
132 depends on DMADEVICES
Liam Girdwoodafdb74f2014-07-14 10:35:40 +0800133 select SND_SOC_INTEL_HASWELL
Liam Girdwoodafdb74f2014-07-14 10:35:40 +0800134 select SND_SOC_RT286
135 help
136 This adds support for the Wilcatpoint Audio DSP on Intel(R) Broadwell
137 Ultrabook platforms.
Vinod Koulc3f2fe62016-06-21 09:33:04 +0530138 Say Y if you have such a device.
Liam Girdwoodafdb74f2014-07-14 10:35:40 +0800139 If unsure select "N".
Subhransu S. Prusty996cc842014-11-19 15:13:27 +0530140
141config SND_SOC_INTEL_BYTCR_RT5640_MACH
Pierre-Louis Bossart595788e2015-12-17 20:35:43 -0600142 tristate "ASoC Audio driver for Intel Baytrail and Baytrail-CR with RT5640 codec"
Vinod Koul3493d4a2016-06-21 09:33:03 +0530143 depends on X86 && I2C && ACPI
Subhransu S. Prusty996cc842014-11-19 15:13:27 +0530144 select SND_SOC_RT5640
Andy Shevchenko231a0912017-01-16 15:12:29 +0200145 select SND_SST_ATOM_HIFI2_PLATFORM
Subhransu S. Prusty996cc842014-11-19 15:13:27 +0530146 select SND_SST_IPC_ACPI
Vinod Koul2dcffce2016-02-08 10:45:37 +0530147 select SND_SOC_INTEL_SST_MATCH if ACPI
Subhransu S. Prusty996cc842014-11-19 15:13:27 +0530148 help
Pierre-Louis Bossart595788e2015-12-17 20:35:43 -0600149 This adds support for ASoC machine driver for Intel(R) Baytrail and Baytrail-CR
150 platforms with RT5640 audio codec.
Vinod Koulc3f2fe62016-06-21 09:33:04 +0530151 Say Y if you have such a device.
Subhransu S. Prusty996cc842014-11-19 15:13:27 +0530152 If unsure select "N".
Mengdong Lin026da222014-11-21 16:08:59 +0800153
Pierre-Louis Bossart2bd5bd12016-01-04 17:20:24 -0600154config SND_SOC_INTEL_BYTCR_RT5651_MACH
155 tristate "ASoC Audio driver for Intel Baytrail and Baytrail-CR with RT5651 codec"
Vinod Koul3493d4a2016-06-21 09:33:03 +0530156 depends on X86 && I2C && ACPI
Pierre-Louis Bossart2bd5bd12016-01-04 17:20:24 -0600157 select SND_SOC_RT5651
Andy Shevchenko231a0912017-01-16 15:12:29 +0200158 select SND_SST_ATOM_HIFI2_PLATFORM
Pierre-Louis Bossart2bd5bd12016-01-04 17:20:24 -0600159 select SND_SST_IPC_ACPI
Vinod Koul2dcffce2016-02-08 10:45:37 +0530160 select SND_SOC_INTEL_SST_MATCH if ACPI
Pierre-Louis Bossart2bd5bd12016-01-04 17:20:24 -0600161 help
162 This adds support for ASoC machine driver for Intel(R) Baytrail and Baytrail-CR
163 platforms with RT5651 audio codec.
Vinod Koulc3f2fe62016-06-21 09:33:04 +0530164 Say Y if you have such a device.
Pierre-Louis Bossart2bd5bd12016-01-04 17:20:24 -0600165 If unsure select "N".
166
Mengdong Lin026da222014-11-21 16:08:59 +0800167config SND_SOC_INTEL_CHT_BSW_RT5672_MACH
168 tristate "ASoC Audio driver for Intel Cherrytrail & Braswell with RT5672 codec"
Vinod Koul3493d4a2016-06-21 09:33:03 +0530169 depends on X86_INTEL_LPSS && I2C && ACPI
Mengdong Lin026da222014-11-21 16:08:59 +0800170 select SND_SOC_RT5670
Andy Shevchenko231a0912017-01-16 15:12:29 +0200171 select SND_SST_ATOM_HIFI2_PLATFORM
Mengdong Lin026da222014-11-21 16:08:59 +0800172 select SND_SST_IPC_ACPI
Vinod Koul2dcffce2016-02-08 10:45:37 +0530173 select SND_SOC_INTEL_SST_MATCH if ACPI
Mengdong Lin026da222014-11-21 16:08:59 +0800174 help
175 This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell
176 platforms with RT5672 audio codec.
Vinod Koulc3f2fe62016-06-21 09:33:04 +0530177 Say Y if you have such a device.
Mengdong Lin026da222014-11-21 16:08:59 +0800178 If unsure select "N".
Fang, Yang Ae18acdc2015-02-04 18:19:32 -0800179
180config SND_SOC_INTEL_CHT_BSW_RT5645_MACH
Fang, Yang Ac4ba51b2015-04-23 10:23:02 -0700181 tristate "ASoC Audio driver for Intel Cherrytrail & Braswell with RT5645/5650 codec"
Vinod Koul3493d4a2016-06-21 09:33:03 +0530182 depends on X86_INTEL_LPSS && I2C && ACPI
Fang, Yang Ae18acdc2015-02-04 18:19:32 -0800183 select SND_SOC_RT5645
Andy Shevchenko231a0912017-01-16 15:12:29 +0200184 select SND_SST_ATOM_HIFI2_PLATFORM
Fang, Yang Ae18acdc2015-02-04 18:19:32 -0800185 select SND_SST_IPC_ACPI
Vinod Koul2dcffce2016-02-08 10:45:37 +0530186 select SND_SOC_INTEL_SST_MATCH if ACPI
Fang, Yang Ae18acdc2015-02-04 18:19:32 -0800187 help
188 This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell
Fang, Yang Ac4ba51b2015-04-23 10:23:02 -0700189 platforms with RT5645/5650 audio codec.
Fang, Yang Ae18acdc2015-02-04 18:19:32 -0800190 If unsure select "N".
Fang, Yang A17119a42015-05-01 11:42:03 -0700191
192config SND_SOC_INTEL_CHT_BSW_MAX98090_TI_MACH
193 tristate "ASoC Audio driver for Intel Cherrytrail & Braswell with MAX98090 & TI codec"
Vinod Koulc3f2fe62016-06-21 09:33:04 +0530194 depends on X86_INTEL_LPSS && I2C && ACPI
Fang, Yang A17119a42015-05-01 11:42:03 -0700195 select SND_SOC_MAX98090
196 select SND_SOC_TS3A227E
Andy Shevchenko231a0912017-01-16 15:12:29 +0200197 select SND_SST_ATOM_HIFI2_PLATFORM
Fang, Yang A17119a42015-05-01 11:42:03 -0700198 select SND_SST_IPC_ACPI
Vinod Koul2dcffce2016-02-08 10:45:37 +0530199 select SND_SOC_INTEL_SST_MATCH if ACPI
Fang, Yang A17119a42015-05-01 11:42:03 -0700200 help
Vinod Koulc3f2fe62016-06-21 09:33:04 +0530201 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".
Jeeja KPeb965e32015-07-09 15:20:10 +0530204
Pierre-Louis Bossart82cf89d2017-03-09 18:18:59 -0600205config 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
Daniel Drakea03bdaa2017-06-12 11:01:46 -0600217config 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
Pierre-Louis Bossart759db1c2017-03-09 18:19:01 -0600229config 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
Naveen Mec040dd2017-05-15 13:42:16 +0530241config 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
Harsha Priya N2a184832017-06-14 10:32:17 -0700256config SND_SOC_INTEL_KBL_RT5663_RT5514_MAX98927_MACH
257 tristate "ASoC Audio driver for KBL with RT5663, RT5514 and MAX98927 in I2S Mode"
258 depends on X86_INTEL_LPSS && I2C
259 select SND_SOC_INTEL_SST
260 select SND_SOC_INTEL_SKYLAKE
261 select SND_SOC_RT5663
262 select SND_SOC_RT5514
263 select SND_SOC_MAX98927
264 select SND_SOC_HDAC_HDMI
265 help
266 This adds support for ASoC Onboard Codec I2S machine driver. This will
267 create an alsa sound card for RT5663 + RT5514 + MAX98927.
268 Say Y if you have such a device.
269 If unsure select "N".
270
Jeeja KPeb965e32015-07-09 15:20:10 +0530271config SND_SOC_INTEL_SKYLAKE
272 tristate
273 select SND_HDA_EXT_CORE
Jeeja KP92eb4f62016-03-11 10:12:56 +0530274 select SND_HDA_DSP_LOADER
Vinod Koul3af36702015-10-07 11:31:56 +0100275 select SND_SOC_TOPOLOGY
Subhransu S. Prustyb81fd262015-07-09 21:38:54 +0530276 select SND_SOC_INTEL_SST
Omair M Abdullah624729f2015-10-14 21:11:43 +0530277
278config SND_SOC_INTEL_SKL_RT286_MACH
279 tristate "ASoC Audio driver for SKL with RT286 I2S mode"
Vinod Koul0928e8a2015-11-18 19:11:46 +0530280 depends on X86 && ACPI && I2C
Omair M Abdullah624729f2015-10-14 21:11:43 +0530281 select SND_SOC_INTEL_SKYLAKE
282 select SND_SOC_RT286
283 select SND_SOC_DMIC
Jeeja KP23905cd2016-02-24 11:27:38 +0530284 select SND_SOC_HDAC_HDMI
Omair M Abdullah624729f2015-10-14 21:11:43 +0530285 help
286 This adds support for ASoC machine driver for Skylake platforms
287 with RT286 I2S audio codec.
Vinod Koulc3f2fe62016-06-21 09:33:04 +0530288 Say Y if you have such a device.
Omair M Abdullah624729f2015-10-14 21:11:43 +0530289 If unsure select "N".
Harsha Priyaa86d5052015-11-05 22:53:07 +0530290
291config SND_SOC_INTEL_SKL_NAU88L25_SSM4567_MACH
292 tristate "ASoC Audio driver for SKL with NAU88L25 and SSM4567 in I2S Mode"
293 depends on X86_INTEL_LPSS && I2C
Harsha Priyaa86d5052015-11-05 22:53:07 +0530294 select SND_SOC_INTEL_SKYLAKE
295 select SND_SOC_NAU8825
296 select SND_SOC_SSM4567
297 select SND_SOC_DMIC
Jeeja KPbc5f6ac2016-02-24 11:27:39 +0530298 select SND_SOC_HDAC_HDMI
Harsha Priyaa86d5052015-11-05 22:53:07 +0530299 help
300 This adds support for ASoC Onboard Codec I2S machine driver. This will
301 create an alsa sound card for NAU88L25 + SSM4567.
Vinod Koulc3f2fe62016-06-21 09:33:04 +0530302 Say Y if you have such a device.
Harsha Priyaa86d5052015-11-05 22:53:07 +0530303 If unsure select "N".
Rohit Ainapure8eaf2b32015-12-11 11:29:08 -0800304
305config SND_SOC_INTEL_SKL_NAU88L25_MAX98357A_MACH
306 tristate "ASoC Audio driver for SKL with NAU88L25 and MAX98357A in I2S Mode"
307 depends on X86_INTEL_LPSS && I2C
Rohit Ainapure8eaf2b32015-12-11 11:29:08 -0800308 select SND_SOC_INTEL_SKYLAKE
309 select SND_SOC_NAU8825
310 select SND_SOC_MAX98357A
311 select SND_SOC_DMIC
Sathyanarayana Nujella0ab338f2016-02-24 11:27:40 +0530312 select SND_SOC_HDAC_HDMI
Rohit Ainapure8eaf2b32015-12-11 11:29:08 -0800313 help
314 This adds support for ASoC Onboard Codec I2S machine driver. This will
315 create an alsa sound card for NAU88L25 + MAX98357A.
Vinod Koulc3f2fe62016-06-21 09:33:04 +0530316 Say Y if you have such a device.
Rohit Ainapure8eaf2b32015-12-11 11:29:08 -0800317 If unsure select "N".