Skip to content

Commit 2cf520f

Browse files
ujfalusibroonie
authored andcommitted
ASoC: SOF: Kconfig: Make IPC_MESSAGE_INJECTOR depend on SND_SOC_SOF
Make sure that the IPC_MESSAGE_INJECTOR client can not be built in when SND_SOC_SOF is built as module. Fixes: cac0b08 ("ASoC: SOF: Convert the generic IPC message injector 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 3942499 commit 2cf520f

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
@@ -215,6 +215,7 @@ config SND_SOC_SOF_DEBUG_IPC_FLOOD_TEST_NUM
215215

216216
config SND_SOC_SOF_DEBUG_IPC_MSG_INJECTOR
217217
tristate "SOF enable IPC message injector"
218+
depends on SND_SOC_SOF
218219
select SND_SOC_SOF_CLIENT
219220
help
220221
This option enables the IPC message injector which can be used to send

0 commit comments

Comments
 (0)