Kconfig (e5d4d2b23aed20a7815d1b500dbcd50af1da0023) | Kconfig (700462f55493c6831ad71b209eaebe310dcf11fd) |
---|---|
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 --- 203 unchanged lines hidden (view full) --- 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_SOC_HDA | 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 --- 203 unchanged lines hidden (view full) --- 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_SOC_HDA |
220 select SND_SOC_COMPRESS if DEBUG_FS |
|
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 232# ASoC codec drivers 233source "sound/soc/intel/boards/Kconfig" | 221 select SND_HDA_EXT_CORE 222 select SND_HDA_DSP_LOADER 223 select SND_INTEL_DSP_CONFIG 224 select WANT_DEV_COREDUMP 225 help 226 Enable support for Intel(R) cAVS 1.5 platforms with DSP 227 capabilities. This includes Skylake, Kabylake, Amberlake and 228 Apollolake. 229 230# Machine board drivers 231source "sound/soc/intel/avs/boards/Kconfig" 232 233# ASoC codec drivers 234source "sound/soc/intel/boards/Kconfig" |