ASoC: SOF: Kconfig: Fix the dependency for client modules
authorMark Brown <broonie@kernel.org>
Tue, 23 Aug 2022 18:36:34 +0000 (19:36 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 23 Aug 2022 18:36:34 +0000 (19:36 +0100)
commit13e575de5fd7a78d7a5bc5df394c5d553f6a17b1
tree1f1aaffdd7e04a2aa675c104634970fb5a90d4c9
parent4ee6fc271b59e805301371ea3862f558a23d9c7b
parent2cf520ffbcbd55c0f2b4276065444d7526d9d197
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.