summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/Kconfig
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2016-11-17 01:13:00 +0000
committerMark Brown <broonie@kernel.org>2016-11-18 12:07:19 +0000
commite2d575918bf38d16cacaac789ba05d5e5a649b6f (patch)
treed42de41c0094c41ab22fd2201410ab0381c8596c /sound/soc/codecs/Kconfig
parent1001354ca34179f3db924eb66672442a173147dc (diff)
downloadop-kernel-dev-e2d575918bf38d16cacaac789ba05d5e5a649b6f.zip
op-kernel-dev-e2d575918bf38d16cacaac789ba05d5e5a649b6f.tar.gz
ASoC: wm9081: Remove #if IS_ENABLED(CONFIG_I2C)
wm9081 driver doesn't work without CONFIG_I2C anyway. Let's remove #if IS_ENABLED(CONFIG_I2C) And, this patch adds "depends on I2C" to Kconfig Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Acked-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> 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, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig
index c67667b..5efcd9b 100644
--- a/sound/soc/codecs/Kconfig
+++ b/sound/soc/codecs/Kconfig
@@ -1048,6 +1048,7 @@ config SND_SOC_WM8998
config SND_SOC_WM9081
tristate
+ depends on I2C
config SND_SOC_WM9090
tristate
OpenPOWER on IntegriCloud