]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: simple-mux: Depend on gpiolib rather than selecting it
authorMark Brown <broonie@kernel.org>
Wed, 2 Feb 2022 19:23:33 +0000 (19:23 +0000)
committerMark Brown <broonie@kernel.org>
Tue, 8 Feb 2022 13:38:00 +0000 (13:38 +0000)
commita251e20dab89fafdd3e551bf108e2bc1dfeaf4aa
tree3abfa12d2e88559210b428474b0c8393e5bfba95
parent83745f9b5e41dbc9a56406d4a26ac2cdfd360b01
ASoC: simple-mux: Depend on gpiolib rather than selecting it

The simple-mux driver requires gpiolib. Currently it selects GPIOLIB but
since the use of select can lead to issues with randconfig let's instead
depend on GPIOLIB, select is more idiomatically used for Kconfig symbols
that are not user selectable but GPIOLIB is user selectable.

Signed-off-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20220202192333.3655269-7-broonie@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/Kconfig