]> 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)
commitbcf161e3c5899f282443c12e4c4bc5b615024e65
tree81440cadb44b2b29d3bfbdf8db16d77516de94d4
parent71ae7b56eec004884eeca001e55a01ea5682ba16
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