Skip to content

Commit 0c562b1

Browse files
ujfalusibardliao
authored andcommitted
fixup! ASoC: SOF: sof-client: expose Zephyr GDB stub
SND_SOC_SOF_DEBUG_FW_GDB needs to depend on SND_SOC_SOF to avoid randconfig which exhibits: sound/soc/sof/sof-client-fw-gdb.o: in function `sof_fw_gdb_poll_work': sof-client-fw-gdb.c:(.text+0x908): undefined reference to `sof_client_ipc4_find_debug_slot_offset_by_type' Reported-by: kernel test robot <[email protected]> Signed-off-by: Peter Ujfalusi <[email protected]>
1 parent 719a32e commit 0c562b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/soc/sof/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ config SND_SOC_SOF_DEBUG_IPC_KERNEL_INJECTOR
260260

261261
config SND_SOC_SOF_DEBUG_FW_GDB
262262
tristate "SOF enable Firmware GDB debugging"
263+
depends on SND_SOC_SOF
263264
select SND_SOC_SOF_CLIENT
264265
help
265266
This enables GDB debugging of the SOF firmware. If selected, this

0 commit comments

Comments
 (0)