Skip to content

Commit 13e575d

Browse files
committed
ASoC: SOF: Kconfig: Fix the dependency for client modules
Merge series from Peter Ujfalusi <[email protected]>: There is still a chance to end up with a client driver selected as built in while the core SOF is as module. Fix this by making the client drivers depend on SND_SOC_SOF.
2 parents 4ee6fc2 + 2cf520f commit 13e575d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sound/soc/sof/Kconfig

Lines changed: 2 additions & 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
@@ -214,6 +215,7 @@ config SND_SOC_SOF_DEBUG_IPC_FLOOD_TEST_NUM
214215

215216
config SND_SOC_SOF_DEBUG_IPC_MSG_INJECTOR
216217
tristate "SOF enable IPC message injector"
218+
depends on SND_SOC_SOF
217219
select SND_SOC_SOF_CLIENT
218220
help
219221
This option enables the IPC message injector which can be used to send

0 commit comments

Comments
 (0)