1# SPDX-License-Identifier: GPL-2.0-only 2menuconfig SND_SOC_INTEL_MACH 3 bool "Intel Machine drivers" 4 depends on SND_SOC_INTEL_SST_TOPLEVEL || SND_SOC_SOF_INTEL_TOPLEVEL 5 help 6 Intel ASoC Machine Drivers. If you have a Intel machine that 7 has an audio controller with a DSP and I2S or DMIC port, then 8 enable this option by saying Y 9 10 Note that the answer to this question doesn't directly affect the 11 kernel: saying N will just cause the configurator to skip all 12 the questions about Intel ASoC machine drivers. 13 14if SND_SOC_INTEL_MACH && (SND_SOC_SOF_INTEL_COMMON || !SND_SOC_SOF_INTEL_COMMON) 15 16config SND_SOC_INTEL_USER_FRIENDLY_LONG_NAMES 17 bool "Use more user friendly long card names" 18 help 19 Some drivers report the I/O configuration to userspace through the 20 soundcard's long card name in the control user space AP. An unfortunate 21 side effect is that this long name may also be used by the GUI, 22 confusing users with information they don't need. 23 This option prevents the long name from being modified, and the I/O 24 configuration will be provided through a different component interface. 25 Select Y if userspace like UCM (Use Case Manager) uses the component 26 interface. 27 If unsure select N. 28 29config SND_SOC_INTEL_HDA_DSP_COMMON 30 tristate 31 32config SND_SOC_INTEL_SOF_MAXIM_COMMON 33 tristate 34 35config SND_SOC_INTEL_SOF_REALTEK_COMMON 36 tristate 37 38config SND_SOC_INTEL_SOF_CIRRUS_COMMON 39 tristate 40 41config SND_SOC_INTEL_SOF_NUVOTON_COMMON 42 tristate 43 44config SND_SOC_INTEL_SOF_TI_COMMON 45 tristate 46 47config SND_SOC_INTEL_SOF_BOARD_HELPERS 48 select SND_SOC_ACPI_INTEL_MATCH 49 tristate 50 51if SND_SOC_INTEL_CATPT 52 53config SND_SOC_INTEL_HASWELL_MACH 54 tristate "Haswell with RT5640 I2S codec" 55 depends on I2C 56 depends on I2C_DESIGNWARE_PLATFORM || COMPILE_TEST 57 depends on X86_INTEL_LPSS || COMPILE_TEST 58 select SND_SOC_RT5640 59 help 60 This adds support for the Lynxpoint Audio DSP on Intel(R) Haswell 61 Ultrabook platforms. This is a recommended option. 62 Say Y or m if you have such a device. 63 If unsure select "N". 64 65endif ## SND_SOC_INTEL_CATPT 66 67if SND_SOC_INTEL_CATPT || SND_SOC_SOF_BROADWELL 68 69config SND_SOC_INTEL_BDW_RT5650_MACH 70 tristate "Broadwell with RT5650 codec" 71 depends on I2C 72 depends on I2C_DESIGNWARE_PLATFORM || COMPILE_TEST 73 depends on X86_INTEL_LPSS || COMPILE_TEST 74 select SND_SOC_RT5645 75 help 76 This adds the ASoC machine driver for Intel Broadwell platforms with 77 the RT5650 codec. 78 Say Y if you have such a device. 79 If unsure select "N". 80 81config SND_SOC_INTEL_BDW_RT5677_MACH 82 tristate "Broadwell with RT5677 codec" 83 depends on I2C 84 depends on I2C_DESIGNWARE_PLATFORM || COMPILE_TEST 85 depends on GPIOLIB || COMPILE_TEST 86 depends on X86_INTEL_LPSS || COMPILE_TEST 87 depends on SPI_MASTER 88 select SPI_PXA2XX 89 select SND_SOC_RT5677_SPI 90 select SND_SOC_RT5677 91 help 92 This adds support for Intel Broadwell platform based boards with 93 the RT5677 audio codec. This is a recommended option. 94 Say Y or m if you have such a device. 95 If unsure select "N". 96 97config SND_SOC_INTEL_BROADWELL_MACH 98 tristate "Broadwell with RT286 I2S codec" 99 depends on I2C 100 depends on I2C_DESIGNWARE_PLATFORM || COMPILE_TEST 101 depends on X86_INTEL_LPSS || COMPILE_TEST 102 select SND_SOC_RT286 103 help 104 This adds support for the Wilcatpoint Audio DSP on Intel(R) Broadwell 105 Ultrabook platforms. 106 Say Y or m if you have such a device. This is a recommended option. 107 If unsure select "N". 108endif ## SND_SOC_INTEL_CATPT || SND_SOC_SOF_BROADWELL 109 110if SND_SST_ATOM_HIFI2_PLATFORM || SND_SOC_SOF_BAYTRAIL 111 112config SND_SOC_INTEL_BYTCR_RT5640_MACH 113 tristate "Baytrail and Baytrail-CR with RT5640 codec" 114 depends on I2C && ACPI 115 depends on X86_INTEL_LPSS || COMPILE_TEST 116 depends on GPIOLIB || COMPILE_TEST 117 select SND_SOC_ACPI 118 select SND_SOC_RT5640 119 help 120 This adds support for ASoC machine driver for Intel(R) Baytrail and Baytrail-CR 121 platforms with RT5640 audio codec. 122 Say Y or m if you have such a device. This is a recommended option. 123 If unsure select "N". 124 125config SND_SOC_INTEL_BYTCR_RT5651_MACH 126 tristate "Baytrail and Baytrail-CR with RT5651 codec" 127 depends on I2C && ACPI 128 depends on X86_INTEL_LPSS || COMPILE_TEST 129 depends on GPIOLIB || COMPILE_TEST 130 select SND_SOC_ACPI 131 select SND_SOC_RT5651 132 help 133 This adds support for ASoC machine driver for Intel(R) Baytrail and Baytrail-CR 134 platforms with RT5651 audio codec. 135 Say Y or m if you have such a device. This is a recommended option. 136 If unsure select "N". 137 138config SND_SOC_INTEL_BYTCR_WM5102_MACH 139 tristate "Baytrail and Baytrail-CR with WM5102 codec" 140 depends on MFD_ARIZONA && MFD_WM5102 && SPI_MASTER && ACPI 141 depends on X86_INTEL_LPSS || COMPILE_TEST 142 depends on GPIOLIB || COMPILE_TEST 143 select SND_SOC_ACPI 144 select SND_SOC_WM5102 145 help 146 This adds support for ASoC machine driver for Intel(R) Baytrail and Baytrail-CR 147 platforms with WM5102 audio codec. 148 Say Y if you have such a device. 149 If unsure select "N". 150 151config SND_SOC_INTEL_CHT_BSW_RT5672_MACH 152 tristate "Cherrytrail & Braswell with RT5672 codec" 153 depends on I2C && ACPI 154 depends on X86_INTEL_LPSS || COMPILE_TEST 155 depends on GPIOLIB || COMPILE_TEST 156 select SND_SOC_ACPI 157 select SND_SOC_RT5670 158 help 159 This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell 160 platforms with RT5672 audio codec. 161 Say Y or m if you have such a device. This is a recommended option. 162 If unsure select "N". 163 164config SND_SOC_INTEL_CHT_BSW_RT5645_MACH 165 tristate "Cherrytrail & Braswell with RT5645/5650 codec" 166 depends on I2C && ACPI 167 depends on X86_INTEL_LPSS || COMPILE_TEST 168 select SND_SOC_ACPI 169 select SND_SOC_RT5645 170 help 171 This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell 172 platforms with RT5645/5650 audio codec. 173 Say Y or m if you have such a device. This is a recommended option. 174 If unsure select "N". 175 176config SND_SOC_INTEL_CHT_BSW_MAX98090_TI_MACH 177 tristate "Cherrytrail & Braswell with MAX98090 & TI codec" 178 depends on I2C && ACPI 179 depends on X86_INTEL_LPSS || COMPILE_TEST 180 depends on GPIOLIB || COMPILE_TEST 181 select SND_SOC_MAX98090 182 select SND_SOC_TS3A227E 183 help 184 This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell 185 platforms with MAX98090 audio codec it also can support TI jack chip as aux device. 186 Say Y or m if you have such a device. This is a recommended option. 187 If unsure select "N". 188 189config SND_SOC_INTEL_CHT_BSW_NAU8824_MACH 190 tristate "Cherrytrail & Braswell with NAU88L24 codec" 191 depends on I2C && ACPI 192 depends on X86_INTEL_LPSS || COMPILE_TEST 193 select SND_SOC_ACPI 194 select SND_SOC_NAU8824 195 help 196 This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell 197 platforms with NAU88L24 audio codec. 198 Say Y or m if you have such a device. This is a recommended option. 199 If unsure select "N". 200 201config SND_SOC_INTEL_BYT_CHT_CX2072X_MACH 202 tristate "Baytrail & Cherrytrail with CX2072X codec" 203 depends on I2C && ACPI 204 depends on X86_INTEL_LPSS || COMPILE_TEST 205 depends on GPIOLIB || COMPILE_TEST 206 select SND_SOC_ACPI 207 select SND_SOC_CX2072X 208 help 209 This adds support for ASoC machine driver for Intel(R) Baytrail & 210 Cherrytrail platforms with Conexant CX2072X audio codec. 211 Say Y or m if you have such a device. This is a recommended option. 212 If unsure select "N". 213 214config SND_SOC_INTEL_BYT_CHT_DA7213_MACH 215 tristate "Baytrail & Cherrytrail with DA7212/7213 codec" 216 depends on I2C && ACPI 217 depends on X86_INTEL_LPSS || COMPILE_TEST 218 select SND_SOC_ACPI 219 select SND_SOC_DA7213 220 help 221 This adds support for ASoC machine driver for Intel(R) Baytrail & CherryTrail 222 platforms with DA7212/7213 audio codec. 223 Say Y or m if you have such a device. This is a recommended option. 224 If unsure select "N". 225 226config SND_SOC_INTEL_BYT_CHT_ES8316_MACH 227 tristate "Baytrail & Cherrytrail with ES8316 codec" 228 depends on I2C && ACPI 229 depends on X86_INTEL_LPSS || COMPILE_TEST 230 depends on GPIOLIB || COMPILE_TEST 231 select SND_SOC_ACPI 232 select SND_SOC_ES8316 233 select SND_SOC_ES83XX_DSM_COMMON 234 help 235 This adds support for ASoC machine driver for Intel(R) Baytrail & 236 Cherrytrail platforms with ES8316 audio codec. 237 Say Y or m if you have such a device. This is a recommended option. 238 If unsure select "N". 239 240endif ## SND_SST_ATOM_HIFI2_PLATFORM || SND_SOC_SOF_BAYTRAIL 241 242if SND_SST_ATOM_HIFI2_PLATFORM 243 244config SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH 245 tristate "Baytrail & Cherrytrail platform with no codec (MinnowBoard MAX, Up)" 246 depends on I2C && ACPI 247 depends on X86_INTEL_LPSS || COMPILE_TEST 248 help 249 This adds support for ASoC machine driver for the MinnowBoard Max or 250 Up boards and provides access to I2S signals on the Low-Speed 251 connector. This is not a recommended option outside of these cases. 252 It is not intended to be enabled by distros by default. 253 Say Y or m if you have such a device. 254 255 If unsure select "N". 256 257endif ## SND_SST_ATOM_HIFI2_PLATFORM 258 259if SND_SOC_SOF_APOLLOLAKE 260 261config SND_SOC_INTEL_SOF_WM8804_MACH 262 tristate "SOF with Wolfson/Cirrus WM8804 codec" 263 depends on I2C && ACPI 264 depends on MFD_INTEL_LPSS || COMPILE_TEST 265 depends on GPIOLIB || COMPILE_TEST 266 select SND_SOC_WM8804_I2C 267 help 268 This adds support for ASoC machine driver for Intel platforms 269 with the Wolfson/Cirrus WM8804 I2S audio codec. 270 Say Y or m if you have such a device. This is a recommended option. 271 If unsure select "N". 272 273endif ## SND_SOC_SOF_APOLLOLAKE 274 275if SND_SOC_SOF_GEMINILAKE 276 277config SND_SOC_INTEL_GLK_DA7219_MAX98357A_MACH 278 tristate "GLK with DA7219 and MAX98357A in I2S Mode" 279 imply SND_SOC_INTEL_SOF_DA7219_MACH 280 help 281 This adds support for ASoC machine driver for Geminilake platforms 282 with DA7219 + MAX98357A I2S audio codec. This option is deprecated 283 and please use SND_SOC_INTEL_SOF_DA7219_MACH instead. 284 Say Y or m if you have such a device. This is a recommended option. 285 If unsure select "N". 286 287config SND_SOC_INTEL_GLK_RT5682_MAX98357A_MACH 288 tristate "GLK with RT5682 and MAX98357A in I2S Mode" 289 imply SND_SOC_INTEL_SOF_RT5682_MACH 290 help 291 This adds support for ASoC machine driver for Geminilake platforms 292 with RT5682 + MAX98357A I2S audio codec. This option is deprecated 293 and please use SND_SOC_INTEL_SOF_RT5682_MACH instead. 294 Say Y if you have such a device. 295 If unsure select "N". 296 297endif ## SND_SOC_SOF_GEMINILAKE 298 299if SND_SOC_SOF_HDA_AUDIO_CODEC 300 301config SND_SOC_INTEL_SKL_HDA_DSP_GENERIC_MACH 302 tristate "Skylake+ with HDA Codecs" 303 depends on SND_HDA_CODEC_HDMI 304 select SND_SOC_INTEL_HDA_DSP_COMMON 305 select SND_SOC_INTEL_SOF_BOARD_HELPERS 306 select SND_SOC_DMIC 307 # SND_SOC_HDAC_HDA is already selected 308 help 309 This adds support for ASoC machine driver for Intel Skylake+ 310 platforms with display (HDMI/DP) and HDA audio codecs, and 311 Smart Sound Technology (SST) integrated audio DSP. 312 Say Y or m if you have such a device. This is a recommended option. 313 If unsure select "N". 314 315endif ## SND_SOC_SOF_HDA_AUDIO_CODEC 316 317if SND_SOC_SOF_HDA_LINK || SND_SOC_SOF_BAYTRAIL 318config SND_SOC_INTEL_SOF_RT5682_MACH 319 tristate "SOF with rt5650/rt5682 codec in I2S Mode" 320 depends on I2C && ACPI 321 depends on ((SND_HDA_CODEC_HDMI && SND_SOC_SOF_HDA_AUDIO_CODEC) &&\ 322 (MFD_INTEL_LPSS || COMPILE_TEST)) ||\ 323 (SND_SOC_SOF_BAYTRAIL && (X86_INTEL_LPSS || COMPILE_TEST)) 324 select SND_SOC_MAX98357A 325 select SND_SOC_MAX98373_I2C 326 select SND_SOC_MAX98390 327 select SND_SOC_RT1011 328 select SND_SOC_RT1015 329 select SND_SOC_RT1015P 330 select SND_SOC_RT5645 331 select SND_SOC_RT5682_I2C 332 select SND_SOC_RT5682S 333 select SND_SOC_TAS2781_I2C 334 select SND_SOC_DMIC 335 select SND_SOC_INTEL_HDA_DSP_COMMON 336 select SND_SOC_INTEL_SOF_BOARD_HELPERS 337 select SND_SOC_INTEL_SOF_MAXIM_COMMON 338 select SND_SOC_INTEL_SOF_REALTEK_COMMON 339 select SND_SOC_INTEL_SOF_TI_COMMON 340 select SND_SOC_ACPI_INTEL_MATCH 341 help 342 This adds support for ASoC machine driver for SOF platforms 343 with rt5650 or rt5682 codec. 344 Say Y if you have such a device. 345 If unsure select "N". 346 347config SND_SOC_INTEL_SOF_CS42L42_MACH 348 tristate "SOF with cs42l42 codec in I2S Mode" 349 depends on I2C && ACPI 350 depends on ((SND_HDA_CODEC_HDMI && SND_SOC_SOF_HDA_AUDIO_CODEC) &&\ 351 (MFD_INTEL_LPSS || COMPILE_TEST)) 352 select SND_SOC_CS42L42 353 select SND_SOC_MAX98357A 354 select SND_SOC_DMIC 355 select SND_SOC_INTEL_HDA_DSP_COMMON 356 select SND_SOC_INTEL_SOF_BOARD_HELPERS 357 select SND_SOC_INTEL_SOF_MAXIM_COMMON 358 select SND_SOC_ACPI_INTEL_MATCH 359 help 360 This adds support for ASoC machine driver for SOF platforms 361 with cs42l42 codec. 362 Say Y if you have such a device. 363 If unsure select "N". 364 365config SND_SOC_INTEL_SOF_PCM512x_MACH 366 tristate "SOF with TI PCM512x codec" 367 depends on I2C && ACPI 368 depends on (SND_SOC_SOF_HDA_AUDIO_CODEC && (MFD_INTEL_LPSS || COMPILE_TEST)) ||\ 369 (SND_SOC_SOF_BAYTRAIL && (X86_INTEL_LPSS || COMPILE_TEST)) 370 depends on SND_HDA_CODEC_HDMI 371 select SND_SOC_INTEL_HDA_DSP_COMMON 372 select SND_SOC_PCM512x_I2C 373 help 374 This adds support for ASoC machine driver for SOF platforms 375 with TI PCM512x I2S audio codec. 376 Say Y or m if you have such a device. 377 If unsure select "N". 378 379config SND_SOC_INTEL_SOF_ES8336_MACH 380 tristate "SOF with ES8336 or ES8326 codec in I2S mode" 381 depends on I2C && ACPI 382 depends on MFD_INTEL_LPSS || COMPILE_TEST 383 depends on GPIOLIB || COMPILE_TEST 384 depends on SND_HDA_CODEC_HDMI && SND_SOC_SOF_HDA_AUDIO_CODEC 385 select SND_SOC_ES8316 386 select SND_SOC_ES8326 387 select SND_SOC_DMIC 388 select SND_SOC_INTEL_HDA_DSP_COMMON 389 help 390 This adds support for ASoC machine driver for SOF platforms 391 with es8336 codec. 392 Say Y if you have such a device. 393 If unsure select "N". 394 395config SND_SOC_INTEL_SOF_NAU8825_MACH 396 tristate "SOF with nau8825 codec in I2S Mode" 397 depends on I2C && ACPI 398 depends on ((SND_HDA_CODEC_HDMI && SND_SOC_SOF_HDA_AUDIO_CODEC) &&\ 399 (MFD_INTEL_LPSS || COMPILE_TEST)) 400 select SND_SOC_NAU8825 401 select SND_SOC_RT1015P 402 select SND_SOC_MAX98373_I2C 403 select SND_SOC_MAX98357A 404 select SND_SOC_NAU8315 405 select SND_SOC_DMIC 406 select SND_SOC_INTEL_HDA_DSP_COMMON 407 select SND_SOC_INTEL_SOF_BOARD_HELPERS 408 select SND_SOC_INTEL_SOF_MAXIM_COMMON 409 select SND_SOC_INTEL_SOF_NUVOTON_COMMON 410 select SND_SOC_INTEL_SOF_REALTEK_COMMON 411 select SND_SOC_ACPI_INTEL_MATCH 412 help 413 This adds support for ASoC machine driver for SOF platforms 414 with nau8825 codec. 415 Say Y if you have such a device. 416 If unsure select "N". 417 418endif ## SND_SOC_SOF_HDA_LINK || SND_SOC_SOF_BAYTRAIL 419 420if (SND_SOC_SOF_COMETLAKE && SND_SOC_SOF_HDA_LINK) 421 422config SND_SOC_INTEL_CML_LP_DA7219_MAX98357A_MACH 423 tristate "CML_LP with DA7219 and MAX98357A in I2S Mode" 424 imply SND_SOC_INTEL_SOF_DA7219_MACH 425 help 426 This adds support for ASoC machine driver for Cometlake platforms 427 with DA7219 + MAX98357A I2S audio codec. This option is deprecated 428 and please use SND_SOC_INTEL_SOF_DA7219_MACH instead. 429 Say Y or m if you have such a device. This is a recommended option. 430 If unsure select "N". 431 432config SND_SOC_INTEL_SOF_CML_RT1011_RT5682_MACH 433 tristate "CML with RT1011 and RT5682 in I2S Mode" 434 imply SND_SOC_INTEL_SOF_RT5682_MACH 435 help 436 This adds support for ASoC machine driver for SOF platform with 437 RT1011 + RT5682 I2S codec. This option is deprecated and please used 438 SND_SOC_INTEL_SOF_RT5682_MACH instead. 439 Say Y if you have such a device. 440 If unsure select "N". 441 442endif ## SND_SOC_SOF_COMETLAKE && SND_SOC_SOF_HDA_LINK 443 444config SND_SOC_INTEL_SOF_DA7219_MACH 445 tristate "SOF with DA7219 codec in I2S Mode" 446 depends on I2C && ACPI 447 depends on MFD_INTEL_LPSS || COMPILE_TEST 448 depends on SND_HDA_CODEC_HDMI && SND_SOC_SOF_HDA_AUDIO_CODEC 449 select SND_SOC_INTEL_HDA_DSP_COMMON 450 select SND_SOC_DA7219 451 select SND_SOC_MAX98357A 452 select SND_SOC_MAX98373_I2C 453 select SND_SOC_MAX98390 454 select SND_SOC_DMIC 455 select SND_SOC_INTEL_SOF_BOARD_HELPERS 456 select SND_SOC_INTEL_SOF_MAXIM_COMMON 457 select SND_SOC_ACPI_INTEL_MATCH 458 help 459 This adds support for ASoC machine driver for SOF platforms 460 with Dialog DA7219 I2S audio codec. 461 Say Y if you have such a device. 462 If unsure select "N". 463 464if SND_SOC_SOF_HDA_LINK 465 466config SND_SOC_INTEL_SOF_SSP_AMP_MACH 467 tristate "SOF with amplifiers in I2S Mode" 468 depends on I2C && ACPI 469 depends on MFD_INTEL_LPSS || COMPILE_TEST 470 select SND_SOC_RT1308 471 select SND_SOC_CS35L41_I2C 472 select SND_SOC_DMIC 473 select SND_SOC_INTEL_HDA_DSP_COMMON 474 select SND_SOC_INTEL_SOF_BOARD_HELPERS 475 select SND_SOC_INTEL_SOF_REALTEK_COMMON 476 select SND_SOC_INTEL_SOF_CIRRUS_COMMON 477 select SND_SOC_ACPI_INTEL_MATCH 478 help 479 This adds support for ASoC machine driver for SOF platforms 480 with RT1308/CS35L41 I2S audio codec. 481 Say Y if you have such a device. 482 If unsure select "N". 483endif ## SND_SOC_SOF_HDA_LINK 484 485if SND_SOC_SOF_ELKHARTLAKE 486 487config SND_SOC_INTEL_EHL_RT5660_MACH 488 tristate "EHL with RT5660 in I2S mode" 489 depends on I2C && ACPI 490 depends on MFD_INTEL_LPSS || COMPILE_TEST 491 depends on SND_HDA_CODEC_HDMI && SND_SOC_SOF_HDA_AUDIO_CODEC 492 select SND_SOC_RT5660 493 select SND_SOC_DMIC 494 select SND_SOC_INTEL_HDA_DSP_COMMON 495 help 496 This adds support for ASoC machine driver for Elkhart Lake 497 platform with RT5660 I2S audio codec. 498 499endif ## SND_SOC_SOF_ELKHARTLAKE 500 501if SND_SOC_SOF_INTEL_SOUNDWIRE 502 503config SND_SOC_INTEL_SOUNDWIRE_SOF_MACH 504 tristate "SoundWire generic machine driver" 505 depends on I2C && SPI_MASTER && ACPI 506 depends on MFD_INTEL_LPSS || COMPILE_TEST 507 depends on SND_SOC_INTEL_USER_FRIENDLY_LONG_NAMES || COMPILE_TEST 508 depends on SOUNDWIRE 509 select SND_SOC_SDW_UTILS 510 select SND_SOC_MAX98363 511 select SND_SOC_MAX98373_I2C 512 select SND_SOC_MAX98373_SDW 513 select SND_SOC_RT700_SDW 514 select SND_SOC_RT711_SDW 515 select SND_SOC_RT711_SDCA_SDW 516 select SND_SOC_RT712_SDCA_SDW 517 select SND_SOC_RT712_SDCA_DMIC_SDW 518 select SND_SOC_RT715_SDW 519 select SND_SOC_RT715_SDCA_SDW 520 select SND_SOC_RT721_SDCA_SDW 521 select SND_SOC_RT722_SDCA_SDW 522 select SND_SOC_RT1308_SDW 523 select SND_SOC_RT1308 524 select SND_SOC_RT1316_SDW 525 select SND_SOC_RT1318_SDW 526 select SND_SOC_RT1320_SDW 527 select SND_SOC_RT5682_SDW 528 select SND_SOC_CS42L42_SDW 529 select SND_SOC_CS42L43 530 select SND_SOC_CS42L43_SDW 531 select MFD_CS42L43 532 select MFD_CS42L43_SDW 533 select SND_SOC_CS35L56_SPI 534 select SND_SOC_CS35L56_SDW 535 select SND_SOC_DMIC 536 select SND_SOC_INTEL_HDA_DSP_COMMON 537 imply SND_SOC_SDW_MOCKUP 538 help 539 Add support for Intel SoundWire-based platforms connected to 540 MAX98373, RT700, RT711, RT1308 and RT715 541 If unsure select "N". 542 543endif 544 545endif ## SND_SOC_INTEL_MACH 546