]> 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)
commit4327f08afb8c831e059f1dc5d99be25797ca8de4
tree1f1aaffdd7e04a2aa675c104634970fb5a90d4c9
parenta23496c62c32fb59cc1382157281ed612df9fc96
parent78709bfb1e8f6650c6d1aa5f762fbdd2de96b1c9
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.