diff options
author | Mark Brown <broonie@kernel.org> | 2019-01-29 12:02:29 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-01-29 12:04:48 +0000 |
commit | a8233b6c1972e1959cf84a021aeb61ddcd23cc26 (patch) | |
tree | a0cb5161f7401a78c9e45def306bb0e921f208fe /sound/soc/codecs | |
parent | 9f11d233d98aa7570210fbfd6cc6e11f5df8906d (diff) | |
download | linux-a8233b6c1972e1959cf84a021aeb61ddcd23cc26.tar.bz2 |
ASoC: wcd9335: Fix missing slimbus dependency
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs')
-rw-r--r-- | sound/soc/codecs/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 9b904f81863d..d47d321bfb96 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -1117,6 +1117,7 @@ config SND_SOC_UDA1380 config SND_SOC_WCD9335 tristate "WCD9335 Codec" + depends on SLIMBUS select REGMAP_SLIMBUS help The WCD9335 is a standalone Hi-Fi audio CODEC IC, supports |