Kconfig (5755d0f63c677b8b63b82dceacd26d96617e3ba8) Kconfig (79fc62d6b2c278bffafc24a22fa4638edcae1aa9)
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

--- 197 unchanged lines hidden (view full) ---

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"
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

--- 197 unchanged lines hidden (view full) ---

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 (X86 && ACPI) || COMPILE_TEST
214 depends on X86 || COMPILE_TEST
215 depends on PCI
216 depends on COMMON_CLK
215 depends on PCI
216 depends on COMMON_CLK
217 select SND_SOC_ACPI
217 select SND_SOC_ACPI if ACPI
218 select SND_SOC_TOPOLOGY
219 select SND_HDA_EXT_CORE
220 select SND_HDA_DSP_LOADER
221 select SND_INTEL_DSP_CONFIG
222 help
223 Enable support for Intel(R) cAVS 1.5 platforms with DSP
224 capabilities. This includes Skylake, Kabylake, Amberlake and
225 Apollolake.
226
227# ASoC codec drivers
228source "sound/soc/intel/boards/Kconfig"
218 select SND_SOC_TOPOLOGY
219 select SND_HDA_EXT_CORE
220 select SND_HDA_DSP_LOADER
221 select SND_INTEL_DSP_CONFIG
222 help
223 Enable support for Intel(R) cAVS 1.5 platforms with DSP
224 capabilities. This includes Skylake, Kabylake, Amberlake and
225 Apollolake.
226
227# ASoC codec drivers
228source "sound/soc/intel/boards/Kconfig"