Kconfig (8440d4a75d90556cfb8fb3e244443f67381aafd6) | Kconfig (c544912bcc2dc806ba71d9157ccefca4a4a885f0) |
---|---|
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 --- 226 unchanged lines hidden (view full) --- 235config SND_SOC_ACPI_INTEL_MATCH 236 tristate 237 select SND_SOC_ACPI if ACPI 238 # this option controls the compilation of ACPI matching tables and 239 # helpers and is not meant to be selected by the user. 240 241endif ## SND_SOC_INTEL_SST_TOPLEVEL || SND_SOC_SOF_INTEL_TOPLEVEL 242 | 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 --- 226 unchanged lines hidden (view full) --- 235config SND_SOC_ACPI_INTEL_MATCH 236 tristate 237 select SND_SOC_ACPI if ACPI 238 # this option controls the compilation of ACPI matching tables and 239 # helpers and is not meant to be selected by the user. 240 241endif ## SND_SOC_INTEL_SST_TOPLEVEL || SND_SOC_SOF_INTEL_TOPLEVEL 242 |
243config SND_SOC_INTEL_KEEMBAY 244 tristate "Keembay Platforms" 245 depends on ARM64 || COMPILE_TEST 246 depends on COMMON_CLK 247 help 248 If you have a Intel Keembay platform then enable this option 249 by saying Y or m. |
|
243 244# ASoC codec drivers 245source "sound/soc/intel/boards/Kconfig" | 250 251# ASoC codec drivers 252source "sound/soc/intel/boards/Kconfig" |