Kconfig (b9132b89933177286fb427bd03affcebc4d649e1) | Kconfig (202acc565a1f050f82fdab646fd9c86bfdb21733) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2config SND_SOC_SOF_TOPLEVEL 3 bool "Sound Open Firmware Support" 4 help 5 This adds support for Sound Open Firmware (SOF). SOF is a 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". --- 159 unchanged lines hidden (view full) --- 168config SND_SOC_SOF_PROBE_WORK_QUEUE 169 bool 170 help 171 This option is not user-selectable but automagically handled by 172 'select' statements at a higher level 173 When selected, the probe is handled in two steps, for example to 174 avoid lockdeps if request_module is used in the probe. 175 | 1# SPDX-License-Identifier: GPL-2.0-only 2config SND_SOC_SOF_TOPLEVEL 3 bool "Sound Open Firmware Support" 4 help 5 This adds support for Sound Open Firmware (SOF). SOF is a 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". --- 159 unchanged lines hidden (view full) --- 168config SND_SOC_SOF_PROBE_WORK_QUEUE 169 bool 170 help 171 This option is not user-selectable but automagically handled by 172 'select' statements at a higher level 173 When selected, the probe is handled in two steps, for example to 174 avoid lockdeps if request_module is used in the probe. 175 |
176source "sound/soc/sof/imx/Kconfig" |
|
176source "sound/soc/sof/intel/Kconfig" 177source "sound/soc/sof/xtensa/Kconfig" 178 179endif | 177source "sound/soc/sof/intel/Kconfig" 178source "sound/soc/sof/xtensa/Kconfig" 179 180endif |