Kconfig (2b1333b80885b896807ffb6ccf4bc21d29aa65e0) Kconfig (c50cea054e04769471d2f17a57fafd7c5dfe8df8)
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

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

211
212config SND_SOC_INTEL_AVS
213 tristate "Intel AVS driver"
214 depends on X86 || COMPILE_TEST
215 depends on PCI
216 depends on COMMON_CLK
217 select SND_SOC_ACPI if ACPI
218 select SND_SOC_TOPOLOGY
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

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

211
212config SND_SOC_INTEL_AVS
213 tristate "Intel AVS driver"
214 depends on X86 || COMPILE_TEST
215 depends on PCI
216 depends on COMMON_CLK
217 select SND_SOC_ACPI if ACPI
218 select SND_SOC_TOPOLOGY
219 select SND_HDA
219 select SND_SOC_HDA
220 select SND_HDA_EXT_CORE
221 select SND_HDA_DSP_LOADER
222 select SND_INTEL_DSP_CONFIG
223 select WANT_DEV_COREDUMP
224 help
225 Enable support for Intel(R) cAVS 1.5 platforms with DSP
226 capabilities. This includes Skylake, Kabylake, Amberlake and
227 Apollolake.
228
220 select SND_HDA_EXT_CORE
221 select SND_HDA_DSP_LOADER
222 select SND_INTEL_DSP_CONFIG
223 select WANT_DEV_COREDUMP
224 help
225 Enable support for Intel(R) cAVS 1.5 platforms with DSP
226 capabilities. This includes Skylake, Kabylake, Amberlake and
227 Apollolake.
228
229# Machine board drivers
230source "sound/soc/intel/avs/boards/Kconfig"
231
229# ASoC codec drivers
230source "sound/soc/intel/boards/Kconfig"
232# ASoC codec drivers
233source "sound/soc/intel/boards/Kconfig"