Commit 8e70aaae authored by Mark Brown's avatar Mark Brown

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: default avatarMark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20220202192333.3655269-6-broonie@kernel.orgSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent c2974487
...@@ -1898,7 +1898,6 @@ config SND_SOC_WSA881X ...@@ -1898,7 +1898,6 @@ config SND_SOC_WSA881X
config SND_SOC_ZL38060 config SND_SOC_ZL38060
tristate "Microsemi ZL38060 Connected Home Audio Processor" tristate "Microsemi ZL38060 Connected Home Audio Processor"
depends on SPI_MASTER depends on SPI_MASTER
select GPIOLIB
select REGMAP select REGMAP
help help
Support for ZL38060 Connected Home Audio Processor from Microsemi, Support for ZL38060 Connected Home Audio Processor from Microsemi,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment