Kconfig (9c5046e4b3e736eec5b9a8f1d59c07bb0ed78a7a) | Kconfig (5a7f27a624d9e33262767b328aa7a4baf7846c14) |
---|---|
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 --- 465 unchanged lines hidden (view full) --- 474 select SND_SOC_INTEL_HDA_DSP_COMMON 475 select SND_SOC_INTEL_SOF_MAXIM_COMMON 476 help 477 This adds support for ASoC machine driver for SOF platforms 478 with rt5682 codec. 479 Say Y if you have such a device. 480 If unsure select "N". 481 | 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 --- 465 unchanged lines hidden (view full) --- 474 select SND_SOC_INTEL_HDA_DSP_COMMON 475 select SND_SOC_INTEL_SOF_MAXIM_COMMON 476 help 477 This adds support for ASoC machine driver for SOF platforms 478 with rt5682 codec. 479 Say Y if you have such a device. 480 If unsure select "N". 481 |
482config SND_SOC_INTEL_SOF_CS42L42_MACH 483 tristate "SOF with cs42l42 codec in I2S Mode" 484 depends on I2C && ACPI 485 depends on ((SND_HDA_CODEC_HDMI && SND_SOC_SOF_HDA_AUDIO_CODEC) &&\ 486 (MFD_INTEL_LPSS || COMPILE_TEST)) 487 select SND_SOC_CS42L42 488 select SND_SOC_MAX98357A 489 select SND_SOC_DMIC 490 select SND_SOC_HDAC_HDMI 491 select SND_SOC_INTEL_HDA_DSP_COMMON 492 select SND_SOC_INTEL_SOF_MAXIM_COMMON 493 help 494 This adds support for ASoC machine driver for SOF platforms 495 with cs42l42 codec. 496 Say Y if you have such a device. 497 If unsure select "N". 498 |
|
482config SND_SOC_INTEL_SOF_PCM512x_MACH 483 tristate "SOF with TI PCM512x codec" 484 depends on I2C && ACPI 485 depends on (SND_SOC_SOF_HDA_AUDIO_CODEC && (MFD_INTEL_LPSS || COMPILE_TEST)) ||\ 486 (SND_SOC_SOF_BAYTRAIL && (X86_INTEL_LPSS || COMPILE_TEST)) 487 depends on SND_HDA_CODEC_HDMI 488 select SND_SOC_INTEL_HDA_DSP_COMMON 489 select SND_SOC_PCM512x_I2C --- 96 unchanged lines hidden (view full) --- 586 select SND_SOC_INTEL_SOF_MAXIM_COMMON 587 help 588 Add support for Intel SoundWire-based platforms connected to 589 MAX98373, RT700, RT711, RT1308 and RT715 590 If unsure select "N". 591 592endif 593 | 499config SND_SOC_INTEL_SOF_PCM512x_MACH 500 tristate "SOF with TI PCM512x codec" 501 depends on I2C && ACPI 502 depends on (SND_SOC_SOF_HDA_AUDIO_CODEC && (MFD_INTEL_LPSS || COMPILE_TEST)) ||\ 503 (SND_SOC_SOF_BAYTRAIL && (X86_INTEL_LPSS || COMPILE_TEST)) 504 depends on SND_HDA_CODEC_HDMI 505 select SND_SOC_INTEL_HDA_DSP_COMMON 506 select SND_SOC_PCM512x_I2C --- 96 unchanged lines hidden (view full) --- 603 select SND_SOC_INTEL_SOF_MAXIM_COMMON 604 help 605 Add support for Intel SoundWire-based platforms connected to 606 MAX98373, RT700, RT711, RT1308 and RT715 607 If unsure select "N". 608 609endif 610 |
594 | |
595endif ## SND_SOC_INTEL_MACH | 611endif ## SND_SOC_INTEL_MACH |