diff options
author | Mark Brown <broonie@kernel.org> | 2016-03-30 11:02:49 -0700 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-03-30 11:02:49 -0700 |
commit | 3fcdfc9dad07c2a6ea19dfb98a2151cd86d06c6a (patch) | |
tree | 275ba2955d8f62ac93ce782714861cf078a6cc9e /sound | |
parent | 465011fc56717f0227d1aa7a99cce000abc614d8 (diff) | |
download | linux-3fcdfc9dad07c2a6ea19dfb98a2151cd86d06c6a.tar.gz linux-3fcdfc9dad07c2a6ea19dfb98a2151cd86d06c6a.tar.bz2 linux-3fcdfc9dad07c2a6ea19dfb98a2151cd86d06c6a.zip |
ASoC: wm8960: Depends on I2C
Now that this is directly user selectable it needs to care about its
dependencies.
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound')
-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 196101b2eab5..3ebf29bc87d3 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -910,6 +910,7 @@ config SND_SOC_WM8955 config SND_SOC_WM8960 tristate "Wolfson Microelectronics WM8960 CODEC" + depends on I2C config SND_SOC_WM8961 tristate |