diff options
author | Mark Brown <broonie@kernel.org> | 2022-02-02 20:23:32 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-02-08 14:37:59 +0100 |
commit | 8e70aaae32b72d3088d18a3447b67112b3f5979a (patch) | |
tree | 876848f4282f231499f3000bb55abb2bb68ebafa /sound/soc/codecs/Kconfig | |
parent | ASoC: max9759: Remove spurious gpiolib select (diff) | |
download | linux-8e70aaae32b72d3088d18a3447b67112b3f5979a.tar.xz linux-8e70aaae32b72d3088d18a3447b67112b3f5979a.zip |
ASoC: zl38060: 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-6-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 cee4330fce93..8a2e1c61f616 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -1898,7 +1898,6 @@ config SND_SOC_WSA881X config SND_SOC_ZL38060 tristate "Microsemi ZL38060 Connected Home Audio Processor" depends on SPI_MASTER - select GPIOLIB select REGMAP help Support for ZL38060 Connected Home Audio Processor from Microsemi, |