summaryrefslogtreecommitdiff
path: root/sound/soc/omap
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2014-04-29 11:18:27 (GMT)
committerMark Brown <broonie@linaro.org>2014-05-01 17:59:03 (GMT)
commit36a26e1a9a2b7e966ea132bfcf778d84af288e51 (patch)
tree47c6a0f8e92825c17763e44cdba7d6226f322364 /sound/soc/omap
parentd052a3d6a7955f917fe940b1fecdaf20fa61efae (diff)
downloadlinux-36a26e1a9a2b7e966ea132bfcf778d84af288e51.tar.xz
ASoC: omap: RX-51 audio needs I2C
The codec requires I2C to be enabled, so any other option that selects it should also depend on I2C. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Xia Kaixu <kaixu.xia@linaro.org> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/omap')
-rw-r--r--sound/soc/omap/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/omap/Kconfig b/sound/soc/omap/Kconfig
index e006593..2796af9 100644
--- a/sound/soc/omap/Kconfig
+++ b/sound/soc/omap/Kconfig
@@ -26,7 +26,7 @@ config SND_OMAP_SOC_N810
config SND_OMAP_SOC_RX51
tristate "SoC Audio support for Nokia RX-51"
- depends on SND_OMAP_SOC && ARM && (MACH_NOKIA_RX51 || COMPILE_TEST)
+ depends on SND_OMAP_SOC && ARM && (MACH_NOKIA_RX51 || COMPILE_TEST) && I2C
select SND_OMAP_SOC_MCBSP
select SND_SOC_TLV320AIC3X
select SND_SOC_TPA6130A2