Kconfig (6955d9512d0ea814f1c2761bef7ad7b3cedf4d68) Kconfig (6e9548cdb30e5d6724236dd7b89a79a270751485)
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) ---

189 bool "SOF enable firmware trace"
190 help
191 The firmware trace can be enabled either at build-time with
192 this option, or dynamically by setting flags in the SOF core
193 module parameter (similar to dynamic debug).
194 If unsure, select "N".
195
196config SND_SOC_SOF_DEBUG_IPC_FLOOD_TEST
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) ---

189 bool "SOF enable firmware trace"
190 help
191 The firmware trace can be enabled either at build-time with
192 this option, or dynamically by setting flags in the SOF core
193 module parameter (similar to dynamic debug).
194 If unsure, select "N".
195
196config SND_SOC_SOF_DEBUG_IPC_FLOOD_TEST
197 bool "SOF enable IPC flood test"
197 tristate "SOF enable IPC flood test"
198 select SND_SOC_SOF_CLIENT
198 help
199 help
199 This option enables the IPC flood test which can be used to flood
200 the DSP with test IPCs and gather stats about response times.
200 This option enables a separate client device for IPC flood test
201 which can be used to flood the DSP with test IPCs and gather stats
202 about response times.
201 Say Y if you want to enable IPC flood test.
202 If unsure, select "N".
203
203 Say Y if you want to enable IPC flood test.
204 If unsure, select "N".
205
206config SND_SOC_SOF_DEBUG_IPC_FLOOD_TEST_NUM
207 int "Number of IPC flood test clients"
208 range 1 32
209 default 2
210 depends on SND_SOC_SOF_DEBUG_IPC_FLOOD_TEST
211 help
212 Select the number of IPC flood test clients to be created.
213
204config SND_SOC_SOF_DEBUG_IPC_MSG_INJECTOR
205 bool "SOF enable IPC message injector"
206 help
207 This option enables the IPC message injector which can be used to send
208 crafted IPC messages to the DSP to test its robustness.
209 Say Y if you want to enable the IPC message injector.
210 If unsure, select "N".
211

--- 38 unchanged lines hidden ---
214config SND_SOC_SOF_DEBUG_IPC_MSG_INJECTOR
215 bool "SOF enable IPC message injector"
216 help
217 This option enables the IPC message injector which can be used to send
218 crafted IPC messages to the DSP to test its robustness.
219 Say Y if you want to enable the IPC message injector.
220 If unsure, select "N".
221

--- 38 unchanged lines hidden ---