Kconfig (762f99f4f3cb41a775b5157dd761217beba65873) Kconfig (3dc0d709177828a22dfc9d0072e3ac937ef90d06)
1# SPDX-License-Identifier: GPL-2.0-only
2config SND_SOC_SOF_INTEL_TOPLEVEL
3 bool "SOF support for Intel audio DSPs"
4 depends on X86 || COMPILE_TEST
5 help
6 This adds support for Sound Open Firmware for Intel(R) platforms.
7 Say Y if you have such a device.
8 If unsure select "N".

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

210 If unsure select "N".
211
212config SND_SOC_SOF_HDA_COMMON
213 tristate
214 select SND_SOC_SOF_INTEL_COMMON
215 select SND_SOC_SOF_PCI_DEV
216 select SND_INTEL_DSP_CONFIG
217 select SND_SOC_SOF_HDA_LINK_BASELINE
1# SPDX-License-Identifier: GPL-2.0-only
2config SND_SOC_SOF_INTEL_TOPLEVEL
3 bool "SOF support for Intel audio DSPs"
4 depends on X86 || COMPILE_TEST
5 help
6 This adds support for Sound Open Firmware for Intel(R) platforms.
7 Say Y if you have such a device.
8 If unsure select "N".

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

210 If unsure select "N".
211
212config SND_SOC_SOF_HDA_COMMON
213 tristate
214 select SND_SOC_SOF_INTEL_COMMON
215 select SND_SOC_SOF_PCI_DEV
216 select SND_INTEL_DSP_CONFIG
217 select SND_SOC_SOF_HDA_LINK_BASELINE
218 select SND_SOC_SOF_HDA_PROBES
218 help
219 This option is not user-selectable but automagically handled by
220 'select' statements at a higher level.
221
222if SND_SOC_SOF_HDA_COMMON
223
224config SND_SOC_SOF_HDA_LINK
225 bool "SOF support for HDA Links(HDA/HDMI)"

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

235 bool "SOF support for HDAudio codecs"
236 depends on SND_SOC_SOF_HDA_LINK
237 help
238 This adds support for HDAudio codecs with Sound Open Firmware
239 for Intel(R) platforms.
240 Say Y if you want to enable HDAudio codecs with SOF.
241 If unsure select "N".
242
219 help
220 This option is not user-selectable but automagically handled by
221 'select' statements at a higher level.
222
223if SND_SOC_SOF_HDA_COMMON
224
225config SND_SOC_SOF_HDA_LINK
226 bool "SOF support for HDA Links(HDA/HDMI)"

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

236 bool "SOF support for HDAudio codecs"
237 depends on SND_SOC_SOF_HDA_LINK
238 help
239 This adds support for HDAudio codecs with Sound Open Firmware
240 for Intel(R) platforms.
241 Say Y if you want to enable HDAudio codecs with SOF.
242 If unsure select "N".
243
243config SND_SOC_SOF_HDA_PROBES
244 bool "SOF enable probes over HDA"
245 depends on SND_SOC_SOF_DEBUG_PROBES
246 help
247 This option enables the data probing for Intel(R)
248 Skylake and newer platforms.
249 Say Y if you want to enable probes.
250 If unsure, select "N".
251
252endif ## SND_SOC_SOF_HDA_COMMON
253
254config SND_SOC_SOF_HDA_LINK_BASELINE
255 tristate
256 select SND_SOC_SOF_HDA if SND_SOC_SOF_HDA_LINK
257 help
258 This option is not user-selectable but automagically handled by
259 'select' statements at a higher level.
260
261config SND_SOC_SOF_HDA
262 tristate
263 select SND_HDA_EXT_CORE if SND_SOC_SOF_HDA_LINK
264 select SND_SOC_HDAC_HDA if SND_SOC_SOF_HDA_AUDIO_CODEC
265 help
266 This option is not user-selectable but automagically handled by
267 'select' statements at a higher level.
268
244endif ## SND_SOC_SOF_HDA_COMMON
245
246config SND_SOC_SOF_HDA_LINK_BASELINE
247 tristate
248 select SND_SOC_SOF_HDA if SND_SOC_SOF_HDA_LINK
249 help
250 This option is not user-selectable but automagically handled by
251 'select' statements at a higher level.
252
253config SND_SOC_SOF_HDA
254 tristate
255 select SND_HDA_EXT_CORE if SND_SOC_SOF_HDA_LINK
256 select SND_SOC_HDAC_HDA if SND_SOC_SOF_HDA_AUDIO_CODEC
257 help
258 This option is not user-selectable but automagically handled by
259 'select' statements at a higher level.
260
261config SND_SOC_SOF_HDA_PROBES
262 bool
263 select SND_SOC_SOF_DEBUG_PROBES
264 help
265 The option enables the data probing for Intel(R) Skylake and newer
266 (HDA) platforms.
267 This option is not user-selectable but automagically handled by
268 'select' statements at a higher level.
269
269config SND_SOC_SOF_INTEL_SOUNDWIRE_LINK_BASELINE
270 tristate
271 select SOUNDWIRE_INTEL if SND_SOC_SOF_INTEL_SOUNDWIRE
272 select SND_INTEL_SOUNDWIRE_ACPI if SND_SOC_SOF_INTEL_SOUNDWIRE
273
274config SND_SOC_SOF_INTEL_SOUNDWIRE
275 tristate "SOF support for SoundWire"
276 default SND_SOC_SOF_INTEL_SOUNDWIRE_LINK_BASELINE

--- 12 unchanged lines hidden ---
270config SND_SOC_SOF_INTEL_SOUNDWIRE_LINK_BASELINE
271 tristate
272 select SOUNDWIRE_INTEL if SND_SOC_SOF_INTEL_SOUNDWIRE
273 select SND_INTEL_SOUNDWIRE_ACPI if SND_SOC_SOF_INTEL_SOUNDWIRE
274
275config SND_SOC_SOF_INTEL_SOUNDWIRE
276 tristate "SOF support for SoundWire"
277 default SND_SOC_SOF_INTEL_SOUNDWIRE_LINK_BASELINE

--- 12 unchanged lines hidden ---