ASoC: simple-amplifier: Remove spurious gpiolib select
authorMark Brown <broonie@kernel.org>
Wed, 2 Feb 2022 19:23:30 +0000 (19:23 +0000)
committerMark Brown <broonie@kernel.org>
Tue, 8 Feb 2022 13:37:57 +0000 (13:37 +0000)
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-4-broonie@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/Kconfig

index 196b5d9b08c386d77aa0dc6365f240b3d7682569..54eb6005f99c9b66128995bee4fbdfa7229320c5 100644 (file)
@@ -1391,7 +1391,6 @@ config SND_SOC_SIGMADSP_REGMAP
 
 config SND_SOC_SIMPLE_AMPLIFIER
        tristate "Simple Audio Amplifier"
-       select GPIOLIB
 
 config SND_SOC_SIMPLE_MUX
        tristate "Simple Audio Mux"