]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit22e3ff536a6e107f33035d845f5b0230ad042b5f
tree1f1aaffdd7e04a2aa675c104634970fb5a90d4c9
parent6495da62abb2a3edef70611cb05ba077334500ab
parent8f188eb9d22f9e98fe5ba71de8bfcd72bea80517
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.