diff options
author | Mark Brown | 2022-08-23 19:36:34 +0100 |
---|---|---|
committer | Mark Brown | 2022-08-23 19:36:34 +0100 |
commit | 13e575de5fd7a78d7a5bc5df394c5d553f6a17b1 (patch) | |
tree | 1f1aaffdd7e04a2aa675c104634970fb5a90d4c9 /sound/soc | |
parent | 4ee6fc271b59e805301371ea3862f558a23d9c7b (diff) | |
parent | 2cf520ffbcbd55c0f2b4276065444d7526d9d197 (diff) |
ASoC: SOF: Kconfig: Fix the dependency for client modules
Merge series from Peter Ujfalusi <peter.ujfalusi@linux.intel.com>:
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.
Diffstat (limited to 'sound/soc')
-rw-r--r-- | sound/soc/sof/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/sof/Kconfig b/sound/soc/sof/Kconfig index e90f173d067c..37f7df5fde17 100644 --- a/sound/soc/sof/Kconfig +++ b/sound/soc/sof/Kconfig @@ -196,6 +196,7 @@ config SND_SOC_SOF_DEBUG_ENABLE_FIRMWARE_TRACE config SND_SOC_SOF_DEBUG_IPC_FLOOD_TEST tristate "SOF enable IPC flood test" + depends on SND_SOC_SOF select SND_SOC_SOF_CLIENT help This option enables a separate client device for IPC flood test @@ -214,6 +215,7 @@ config SND_SOC_SOF_DEBUG_IPC_FLOOD_TEST_NUM config SND_SOC_SOF_DEBUG_IPC_MSG_INJECTOR tristate "SOF enable IPC message injector" + depends on SND_SOC_SOF select SND_SOC_SOF_CLIENT help This option enables the IPC message injector which can be used to send |