Kconfig (7ae9fb1b7ecbb5d85d07857943f677fd1a559b18) | Kconfig (70dad53ddff0778c4920a1ee9eb1cfea539d4e91) |
---|---|
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". --- 222 unchanged lines hidden (view full) --- 231 depends on SND_SOC_SOF 232 select SND_SOC_SOF_CLIENT 233 help 234 This option enables the IPC message injector which can be used to send 235 crafted IPC messages to the DSP to test its robustness. 236 Say Y if you want to enable the IPC message injector. 237 If unsure, select "N". 238 | 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". --- 222 unchanged lines hidden (view full) --- 231 depends on SND_SOC_SOF 232 select SND_SOC_SOF_CLIENT 233 help 234 This option enables the IPC message injector which can be used to send 235 crafted IPC messages to the DSP to test its robustness. 236 Say Y if you want to enable the IPC message injector. 237 If unsure, select "N". 238 |
239config SND_SOC_SOF_DEBUG_IPC_KERNEL_INJECTOR 240 tristate "SOF enable IPC kernel injector" 241 depends on SND_SOC_SOF 242 select SND_SOC_SOF_CLIENT 243 help 244 This option enables the IPC kernel injector which can be used to send 245 crafted IPC messages to the kernel to test its robustness against 246 DSP messages. 247 Say Y if you want to enable the IPC kernel injector. 248 If unsure, select "N". 249 |
|
239config SND_SOC_SOF_DEBUG_RETAIN_DSP_CONTEXT 240 bool "SOF retain DSP context on any FW exceptions" 241 help 242 This option keeps the DSP in D0 state so that firmware debug 243 information can be retained and dumped to userspace. 244 Say Y if you want to retain DSP context for FW exceptions. 245 If unsure, select "N". 246 --- 38 unchanged lines hidden --- | 250config SND_SOC_SOF_DEBUG_RETAIN_DSP_CONTEXT 251 bool "SOF retain DSP context on any FW exceptions" 252 help 253 This option keeps the DSP in D0 state so that firmware debug 254 information can be retained and dumped to userspace. 255 Say Y if you want to retain DSP context for FW exceptions. 256 If unsure, select "N". 257 --- 38 unchanged lines hidden --- |