aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/Kconfig
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2022-02-02 19:23:31 +0000
committerMark Brown <broonie@kernel.org>2022-02-08 13:37:58 +0000
commitc29744876071c3186871515b3f849a884dc47241 (patch)
treecd85ce02c2307a3791b044efc95c816090a8609a /sound/soc/codecs/Kconfig
parentASoC: simple-amplifier: Remove spurious gpiolib select (diff)
downloadlinux-dev-c29744876071c3186871515b3f849a884dc47241.tar.xz
linux-dev-c29744876071c3186871515b3f849a884dc47241.zip
ASoC: max9759: Remove spurious gpiolib select
The usage of GPIOs is optional in the code so don't force on gpiolib when building it, avoiding warnings in randconfigs. Signed-off-by: Mark Brown <broonie@kernel.org> Link: https://lore.kernel.org/r/20220202192333.3655269-5-broonie@kernel.org Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/Kconfig')
-rw-r--r--sound/soc/codecs/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig
index 54eb6005f99c..cee4330fce93 100644
--- a/sound/soc/codecs/Kconfig
+++ b/sound/soc/codecs/Kconfig
@@ -1912,7 +1912,7 @@ config SND_SOC_LM4857
config SND_SOC_MAX9759
tristate "Maxim MAX9759 speaker Amplifier"
- select GPIOLIB
+ depends on GPIOLIB
config SND_SOC_MAX9768
tristate