Kconfig (d0034a7a4ac7fae708146ac0059b9c47a1543f0d) | Kconfig (9fe51c559a862d6c884f6784de26c8f9463187b1) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2config SND_SOC_INTEL_SST_TOPLEVEL 3 bool "Intel ASoC SST drivers" 4 default y 5 depends on X86 || COMPILE_TEST 6 select SND_SOC_INTEL_MACH 7 help 8 Intel ASoC SST Platform Drivers. If you have a Intel machine that --- 195 unchanged lines hidden (view full) --- 204 depends on ARCH_KEEMBAY || COMPILE_TEST 205 depends on COMMON_CLK 206 select SND_DMAENGINE_PCM 207 select SND_SOC_GENERIC_DMAENGINE_PCM 208 help 209 If you have a Intel Keembay platform then enable this option 210 by saying Y or m. 211 | 1# SPDX-License-Identifier: GPL-2.0-only 2config SND_SOC_INTEL_SST_TOPLEVEL 3 bool "Intel ASoC SST drivers" 4 default y 5 depends on X86 || COMPILE_TEST 6 select SND_SOC_INTEL_MACH 7 help 8 Intel ASoC SST Platform Drivers. If you have a Intel machine that --- 195 unchanged lines hidden (view full) --- 204 depends on ARCH_KEEMBAY || COMPILE_TEST 205 depends on COMMON_CLK 206 select SND_DMAENGINE_PCM 207 select SND_SOC_GENERIC_DMAENGINE_PCM 208 help 209 If you have a Intel Keembay platform then enable this option 210 by saying Y or m. 211 |
212config SND_SOC_INTEL_AVS 213 tristate "Intel AVS driver" 214 depends on PCI && ACPI 215 depends on COMMON_CLK 216 select SND_SOC_ACPI 217 select SND_HDA_EXT_CORE 218 help 219 Enable support for Intel(R) cAVS 1.5 platforms with DSP 220 capabilities. This includes Skylake, Kabylake, Amberlake and 221 Apollolake. 222 |
|
212# ASoC codec drivers 213source "sound/soc/intel/boards/Kconfig" | 223# ASoC codec drivers 224source "sound/soc/intel/boards/Kconfig" |