Kconfig (34069d12e239ae8f36dd96c378e4622fb1c42a76) Kconfig (82f4b383829322a19f91159cdfdaf6437f56dec6)
1# SPDX-License-Identifier: GPL-2.0-only
2menuconfig SND_SOC_SOF_TOPLEVEL
3 bool "Sound Open Firmware Support"
4 help
5 This adds support for Sound Open Firmware (SOF). SOF is free and
6 generic open source audio DSP firmware for multiple devices.
7 Say Y if you have such a device that is supported by SOF.
8 If unsure select "N".

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

278 'select' statements at a higher level.
279 When selected, the probe is handled in two steps, for example to
280 avoid lockdeps if request_module is used in the probe.
281
282# Supported IPC versions
283config SND_SOC_SOF_IPC3
284 bool
285
1# SPDX-License-Identifier: GPL-2.0-only
2menuconfig SND_SOC_SOF_TOPLEVEL
3 bool "Sound Open Firmware Support"
4 help
5 This adds support for Sound Open Firmware (SOF). SOF is free and
6 generic open source audio DSP firmware for multiple devices.
7 Say Y if you have such a device that is supported by SOF.
8 If unsure select "N".

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

278 'select' statements at a higher level.
279 When selected, the probe is handled in two steps, for example to
280 avoid lockdeps if request_module is used in the probe.
281
282# Supported IPC versions
283config SND_SOC_SOF_IPC3
284 bool
285
286config SND_SOC_SOF_INTEL_IPC4
286config SND_SOC_SOF_IPC4
287 bool
288
289source "sound/soc/sof/amd/Kconfig"
290source "sound/soc/sof/imx/Kconfig"
291source "sound/soc/sof/intel/Kconfig"
292source "sound/soc/sof/mediatek/Kconfig"
293source "sound/soc/sof/xtensa/Kconfig"
294
295endif
287 bool
288
289source "sound/soc/sof/amd/Kconfig"
290source "sound/soc/sof/imx/Kconfig"
291source "sound/soc/sof/intel/Kconfig"
292source "sound/soc/sof/mediatek/Kconfig"
293source "sound/soc/sof/xtensa/Kconfig"
294
295endif