]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: Intel: boards: add GPIOLIB dependency where missed
authorPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Fri, 4 Mar 2022 20:45:31 +0000 (14:45 -0600)
committerMark Brown <broonie@kernel.org>
Mon, 7 Mar 2022 13:13:14 +0000 (13:13 +0000)
commitbc61a96b2a226b40cfb49170b35d09884e02c1f1
tree81440cadb44b2b29d3bfbdf8db16d77516de94d4
parentc2afaeabe3ccba40f67cf9de5a4de0201c5776bd
ASoC: Intel: boards: add GPIOLIB dependency where missed

We have eleven machine drivers who make explicit references to
gpios. Let's add the dependency.

The use of 'depends on' instead of 'select' is intentional. On one
side it could be argued that the GPIOs are required, but on the other
it might create more issues with randconfig builds. This patch sticks
with the existing direction of using 'depends' on high-level non-audio
dependencies

Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Reviewed-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Link: https://lore.kernel.org/r/20220304204532.54675-3-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/boards/Kconfig