Kconfig (10205618052908770451acd33eaeaa7685e97ed2) | Kconfig (11b943c06a1c1baafb0325896e666d77f5ac78b8) |
---|---|
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 --- 189 unchanged lines hidden (view full) --- 198 # helpers and is not meant to be selected by the user. 199 200endif ## SND_SOC_INTEL_SST_TOPLEVEL || SND_SOC_SOF_INTEL_TOPLEVEL 201 202config SND_SOC_INTEL_KEEMBAY 203 tristate "Keembay Platforms" 204 depends on ARCH_KEEMBAY || COMPILE_TEST 205 depends on COMMON_CLK | 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 --- 189 unchanged lines hidden (view full) --- 198 # helpers and is not meant to be selected by the user. 199 200endif ## SND_SOC_INTEL_SST_TOPLEVEL || SND_SOC_SOF_INTEL_TOPLEVEL 201 202config SND_SOC_INTEL_KEEMBAY 203 tristate "Keembay Platforms" 204 depends on ARCH_KEEMBAY || COMPILE_TEST 205 depends on COMMON_CLK |
206 select SND_DMAENGINE_PCM 207 select SND_SOC_GENERIC_DMAENGINE_PCM |
|
206 help 207 If you have a Intel Keembay platform then enable this option 208 by saying Y or m. 209 210# ASoC codec drivers 211source "sound/soc/intel/boards/Kconfig" | 208 help 209 If you have a Intel Keembay platform then enable this option 210 by saying Y or m. 211 212# ASoC codec drivers 213source "sound/soc/intel/boards/Kconfig" |