Kconfig (2f0b1b013bbc5d6f4c7c386e12f423d6b4ef3245) | Kconfig (846aef1d7cc05651e27c17c3b4e2b5ce5cdec97b) |
---|---|
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". --- 180 unchanged lines hidden (view full) --- 189config SND_SOC_SOF_DEBUG_IPC_FLOOD_TEST 190 bool "SOF enable IPC flood test" 191 help 192 This option enables the IPC flood test which can be used to flood 193 the DSP with test IPCs and gather stats about response times. 194 Say Y if you want to enable IPC flood test. 195 If unsure, select "N". 196 | 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". --- 180 unchanged lines hidden (view full) --- 189config SND_SOC_SOF_DEBUG_IPC_FLOOD_TEST 190 bool "SOF enable IPC flood test" 191 help 192 This option enables the IPC flood test which can be used to flood 193 the DSP with test IPCs and gather stats about response times. 194 Say Y if you want to enable IPC flood test. 195 If unsure, select "N". 196 |
197config SND_SOC_SOF_DEBUG_IPC_MSG_INJECTOR 198 bool "SOF enable IPC message injector" 199 help 200 This option enables the IPC message injector which can be used to send 201 crafted IPC messages to the DSP to test its robustness. 202 Say Y if you want to enable the IPC message injector. 203 If unsure, select "N". 204 | |
205config SND_SOC_SOF_DEBUG_RETAIN_DSP_CONTEXT 206 bool "SOF retain DSP context on any FW exceptions" 207 help 208 This option keeps the DSP in D0 state so that firmware debug 209 information can be retained and dumped to userspace. 210 Say Y if you want to retain DSP context for FW exceptions. 211 If unsure, select "N". 212 --- 15 unchanged lines hidden (view full) --- 228config SND_SOC_SOF_PROBE_WORK_QUEUE 229 bool 230 help 231 This option is not user-selectable but automagically handled by 232 'select' statements at a higher level. 233 When selected, the probe is handled in two steps, for example to 234 avoid lockdeps if request_module is used in the probe. 235 | 197config SND_SOC_SOF_DEBUG_RETAIN_DSP_CONTEXT 198 bool "SOF retain DSP context on any FW exceptions" 199 help 200 This option keeps the DSP in D0 state so that firmware debug 201 information can be retained and dumped to userspace. 202 Say Y if you want to retain DSP context for FW exceptions. 203 If unsure, select "N". 204 --- 15 unchanged lines hidden (view full) --- 220config SND_SOC_SOF_PROBE_WORK_QUEUE 221 bool 222 help 223 This option is not user-selectable but automagically handled by 224 'select' statements at a higher level. 225 When selected, the probe is handled in two steps, for example to 226 avoid lockdeps if request_module is used in the probe. 227 |
228source "sound/soc/sof/amd/Kconfig" |
|
236source "sound/soc/sof/imx/Kconfig" 237source "sound/soc/sof/intel/Kconfig" 238source "sound/soc/sof/xtensa/Kconfig" 239 240endif | 229source "sound/soc/sof/imx/Kconfig" 230source "sound/soc/sof/intel/Kconfig" 231source "sound/soc/sof/xtensa/Kconfig" 232 233endif |