aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/Kconfig
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2022-02-02 19:23:28 +0000
committerMark Brown <broonie@kernel.org>2022-02-08 13:37:55 +0000
commit823868f59ff4f1a8889120bc71a216542b79d909 (patch)
treecdabcf79323d6a9eee343497a1c3aa799d228230 /sound/soc/codecs/Kconfig
parentLinux 5.17-rc1 (diff)
downloadlinux-dev-823868f59ff4f1a8889120bc71a216542b79d909.tar.xz
linux-dev-823868f59ff4f1a8889120bc71a216542b79d909.zip
ASoC: dmic: 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-2-broonie@kernel.org Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/Kconfig')
-rw-r--r--sound/soc/codecs/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig
index d3e5ae8310ef..18159d560c74 100644
--- a/sound/soc/codecs/Kconfig
+++ b/sound/soc/codecs/Kconfig
@@ -842,7 +842,6 @@ config SND_SOC_DA9055
config SND_SOC_DMIC
tristate "Generic Digital Microphone CODEC"
- depends on GPIOLIB
help
Enable support for the Generic Digital Microphone CODEC.
Select this if your sound card has DMICs.