Kconfig (2a267e7c41aa88215de2b542de797d03d16ecdfd) Kconfig (5f740b243014f54e503ea5aca0a90680b56d0134)
1config SND_SOC_INTEL_SST_TOPLEVEL
2 bool "Intel ASoC SST drivers"
3 default y
4 depends on X86 || COMPILE_TEST
5 select SND_SOC_INTEL_MACH
6 help
7 Intel ASoC SST Platform Drivers. If you have a Intel machine that
8 has an audio controller with a DSP and I2S or DMIC port, then

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

160config SND_SOC_INTEL_CFL
161 tristate "CoffeeLake Platforms"
162 depends on PCI && ACPI
163 select SND_SOC_INTEL_SKYLAKE_FAMILY
164 help
165 If you have a Intel CoffeeLake platform with the DSP
166 enabled in the BIOS then enable this option by saying Y or m.
167
1config SND_SOC_INTEL_SST_TOPLEVEL
2 bool "Intel ASoC SST drivers"
3 default y
4 depends on X86 || COMPILE_TEST
5 select SND_SOC_INTEL_MACH
6 help
7 Intel ASoC SST Platform Drivers. If you have a Intel machine that
8 has an audio controller with a DSP and I2S or DMIC port, then

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

160config SND_SOC_INTEL_CFL
161 tristate "CoffeeLake Platforms"
162 depends on PCI && ACPI
163 select SND_SOC_INTEL_SKYLAKE_FAMILY
164 help
165 If you have a Intel CoffeeLake platform with the DSP
166 enabled in the BIOS then enable this option by saying Y or m.
167
168config SND_SOC_INTEL_CML_H
169 tristate "CometLake-H Platforms"
170 depends on PCI && ACPI
171 select SND_SOC_INTEL_SKYLAKE_FAMILY
172 help
173 If you have a Intel CometLake-H platform with the DSP
174 enabled in the BIOS then enable this option by saying Y or m.
175
176config SND_SOC_INTEL_CML_LP
177 tristate "CometLake-LP Platforms"
178 depends on PCI && ACPI
179 select SND_SOC_INTEL_SKYLAKE_FAMILY
180 help
181 If you have a Intel CometLake-LP platform with the DSP
182 enabled in the BIOS then enable this option by saying Y or m.
183
168config SND_SOC_INTEL_SKYLAKE_FAMILY
169 tristate
170 select SND_SOC_INTEL_SKYLAKE_COMMON
171
172if SND_SOC_INTEL_SKYLAKE_FAMILY
173
174config SND_SOC_INTEL_SKYLAKE_SSP_CLK
175 tristate

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

191 select SND_SOC_ACPI_INTEL_MATCH
192 help
193 If you have a Intel Skylake/Broxton/ApolloLake/KabyLake/
194 GeminiLake or CannonLake platform with the DSP enabled in the BIOS
195 then enable this option by saying Y or m.
196
197endif ## SND_SOC_INTEL_SKYLAKE_FAMILY
198
184config SND_SOC_INTEL_SKYLAKE_FAMILY
185 tristate
186 select SND_SOC_INTEL_SKYLAKE_COMMON
187
188if SND_SOC_INTEL_SKYLAKE_FAMILY
189
190config SND_SOC_INTEL_SKYLAKE_SSP_CLK
191 tristate

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

207 select SND_SOC_ACPI_INTEL_MATCH
208 help
209 If you have a Intel Skylake/Broxton/ApolloLake/KabyLake/
210 GeminiLake or CannonLake platform with the DSP enabled in the BIOS
211 then enable this option by saying Y or m.
212
213endif ## SND_SOC_INTEL_SKYLAKE_FAMILY
214
215endif ## SND_SOC_INTEL_SST_TOPLEVEL
216
217if SND_SOC_INTEL_SST_TOPLEVEL || SND_SOC_SOF_INTEL_TOPLEVEL
218
199config SND_SOC_ACPI_INTEL_MATCH
200 tristate
201 select SND_SOC_ACPI if ACPI
202 # this option controls the compilation of ACPI matching tables and
203 # helpers and is not meant to be selected by the user.
204
219config SND_SOC_ACPI_INTEL_MATCH
220 tristate
221 select SND_SOC_ACPI if ACPI
222 # this option controls the compilation of ACPI matching tables and
223 # helpers and is not meant to be selected by the user.
224
205endif ## SND_SOC_INTEL_SST_TOPLEVEL
225endif ## SND_SOC_INTEL_SST_TOPLEVEL || SND_SOC_SOF_INTEL_TOPLEVEL
206
226
227
207# ASoC codec drivers
208source "sound/soc/intel/boards/Kconfig"
228# ASoC codec drivers
229source "sound/soc/intel/boards/Kconfig"