diff options
author | Mark Brown <broonie@kernel.org> | 2022-02-02 20:23:29 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-02-08 14:37:56 +0100 |
commit | 2cc12ef489a39d22230d4029c9890d27902a855b (patch) | |
tree | b1be7aeff05f91101c594d29239d9d9aed186a6b /sound/soc/codecs/Kconfig | |
parent | ASoC: dmic: Remove spurious gpiolib select (diff) | |
download | linux-2cc12ef489a39d22230d4029c9890d27902a855b.tar.xz linux-2cc12ef489a39d22230d4029c9890d27902a855b.zip |
ASoC: rt9120: 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-3-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 18159d560c74..196b5d9b08c3 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -1348,7 +1348,6 @@ config SND_SOC_RT9120 tristate "Richtek RT9120 Stereo Class-D Amplifier" depends on I2C select REGMAP_I2C - select GPIOLIB help Enable support for Richtek RT9120 20W, stereo, inductor-less, high-efficiency Class-D audio amplifier. |