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)
commitbdfc385948bf8e73629b3580941c9d810711713b
tree81440cadb44b2b29d3bfbdf8db16d77516de94d4
parent32666b866f55a224d2f07f83594fcf37a922b6c9
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