Skip to content

Commit 3942499

Browse files
ujfalusibroonie
authored andcommitted
ASoC: SOF: Kconfig: Make IPC_FLOOD_TEST depend on SND_SOC_SOF
Make sure that the IPC_FLOOD client can not be built in when SND_SOC_SOF is built as module. Fixes: 6e9548c ("ASoC: SOF: Convert the generic IPC flood test into SOF client") Reported-by: kernel test robot <[email protected]> Signed-off-by: Peter Ujfalusi <[email protected]> Reviewed-by: Pierre-Louis Bossart <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 221ab1f commit 3942499

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
@@ -196,6 +196,7 @@ config SND_SOC_SOF_DEBUG_ENABLE_FIRMWARE_TRACE
196196

197197
config SND_SOC_SOF_DEBUG_IPC_FLOOD_TEST
198198
tristate "SOF enable IPC flood test"
199+
depends on SND_SOC_SOF
199200
select SND_SOC_SOF_CLIENT
200201
help
201202
This option enables a separate client device for IPC flood test

0 commit comments

Comments
 (0)