diff options
author | Mark Brown <broonie@kernel.org> | 2022-08-23 20:36:34 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-08-23 20:36:34 +0200 |
commit | 13e575de5fd7a78d7a5bc5df394c5d553f6a17b1 (patch) | |
tree | 1f1aaffdd7e04a2aa675c104634970fb5a90d4c9 /sound | |
parent | ASoC: SOF: ipc4-topology: fix alh_group_ida max value (diff) | |
parent | ASoC: SOF: Kconfig: Make IPC_MESSAGE_INJECTOR depend on SND_SOC_SOF (diff) | |
download | linux-13e575de5fd7a78d7a5bc5df394c5d553f6a17b1.tar.xz linux-13e575de5fd7a78d7a5bc5df394c5d553f6a17b1.zip |
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')
-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 |