Kconfig (df5f5edaef4b653fa731dcf3753e71766f95c2cd) | Kconfig (ec8a15d3a7c7d6e9acd2e0637d2020ac17fb7820) |
---|---|
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 --- 10 unchanged lines hidden (view full) --- 19 tristate 20 21config SND_SOC_INTEL_CATPT 22 tristate "Haswell and Broadwell" 23 depends on ACPI || COMPILE_TEST 24 depends on DMADEVICES && SND_DMA_SGBUF 25 select DW_DMAC_CORE 26 select SND_SOC_ACPI_INTEL_MATCH | 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 --- 10 unchanged lines hidden (view full) --- 19 tristate 20 21config SND_SOC_INTEL_CATPT 22 tristate "Haswell and Broadwell" 23 depends on ACPI || COMPILE_TEST 24 depends on DMADEVICES && SND_DMA_SGBUF 25 select DW_DMAC_CORE 26 select SND_SOC_ACPI_INTEL_MATCH |
27 select SND_INTEL_DSP_CONFIG |
|
27 help 28 Enable support for Intel(R) Haswell and Broadwell platforms 29 with I2S codec present. This is a recommended option. 30 Say Y or m if you have such device. 31 If unsure, say N. 32 33config SND_SOC_INTEL_HASWELL 34 tristate --- 175 unchanged lines hidden --- | 28 help 29 Enable support for Intel(R) Haswell and Broadwell platforms 30 with I2S codec present. This is a recommended option. 31 Say Y or m if you have such device. 32 If unsure, say N. 33 34config SND_SOC_INTEL_HASWELL 35 tristate --- 175 unchanged lines hidden --- |