diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2014-01-24 03:39:25 -0500 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-01-24 08:16:53 -0500 |
commit | 9b35a7b65f15ac8769619146ab12933ffa5dcaf8 (patch) | |
tree | e6ad3f80afaaf0af7e116ff7b751c0daf4a7c4b7 /sound | |
parent | 4a9eee01b80b2e24d0d177df08334c0e4e4c3375 (diff) |
ASoC: Samsung: Fix build error due to missing dependency
Depend on MFD_ARIZONA to avoid the following build errors:
sound/soc/codecs/arizona.c:218: undefined reference to `arizona_request_irq'
sound/soc/codecs/arizona.c:226: undefined reference to `arizona_request_irq'
sound/soc/codecs/arizona.c:1719: undefined reference to `arizona_request_irq'
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/samsung/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/samsung/Kconfig b/sound/soc/samsung/Kconfig index e8fbf4e5732f..454f41cfc828 100644 --- a/sound/soc/samsung/Kconfig +++ b/sound/soc/samsung/Kconfig | |||
@@ -210,7 +210,7 @@ config SND_SOC_TOBERMORY | |||
210 | 210 | ||
211 | config SND_SOC_BELLS | 211 | config SND_SOC_BELLS |
212 | tristate "Audio support for Wolfson Bells" | 212 | tristate "Audio support for Wolfson Bells" |
213 | depends on SND_SOC_SAMSUNG && MACH_WLF_CRAGG_6410 | 213 | depends on SND_SOC_SAMSUNG && MACH_WLF_CRAGG_6410 && MFD_ARIZONA |
214 | select SND_SAMSUNG_I2S | 214 | select SND_SAMSUNG_I2S |
215 | select SND_SOC_WM5102 | 215 | select SND_SOC_WM5102 |
216 | select SND_SOC_WM5110 | 216 | select SND_SOC_WM5110 |