diff options
author | Mark Brown | 2022-02-02 19:23:30 +0000 |
---|---|---|
committer | Mark Brown | 2022-02-08 13:37:57 +0000 |
commit | 44bd27c42a1c9a00f1fbcb58301a7f3e6f5cdd0f (patch) | |
tree | b1e93a40d7be1b6859e0cd3c666d96706053cd6c /sound/soc/codecs/Kconfig | |
parent | 2cc12ef489a39d22230d4029c9890d27902a855b (diff) |
ASoC: simple-amplifier: 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-4-broonie@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/Kconfig')
-rw-r--r-- | sound/soc/codecs/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 196b5d9b08c3..54eb6005f99c 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -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" |