diff options
author | Mark Brown <broonie@kernel.org> | 2022-05-20 14:17:51 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-05-20 14:17:51 +0300 |
commit | bb94bb86286b3560ebb539a84b299ca03141940f (patch) | |
tree | bc4099c5ad11d61edc65546cb8eca2cc68138836 /sound/soc | |
parent | 80b949f332e331b67c3ae4f323daf2cb91e743e5 (diff) | |
parent | b390c25c6757b9d56cecdfbf6d55f15fc89a6386 (diff) | |
download | linux-bb94bb86286b3560ebb539a84b299ca03141940f.tar.xz |
ASoC: remove two unnecessary gpiolib dependencies
Merge series from Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>:
Remove two dependencies - issues reported by Intel kernel test bot.
Diffstat (limited to 'sound/soc')
-rw-r--r-- | sound/soc/codecs/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 095712316baf..6165db92a629 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -986,7 +986,6 @@ config SND_SOC_MAX98095 config SND_SOC_MAX98357A tristate "Maxim MAX98357A CODEC" - depends on GPIOLIB config SND_SOC_MAX98371 tristate @@ -1255,7 +1254,6 @@ config SND_SOC_RT1015 config SND_SOC_RT1015P tristate - depends on GPIOLIB config SND_SOC_RT1016 tristate |