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