diff options
author | Arnd Bergmann <arnd@arndb.de> | 2014-04-29 19:18:27 +0800 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-05-01 10:59:03 -0700 |
commit | 36a26e1a9a2b7e966ea132bfcf778d84af288e51 (patch) | |
tree | 47c6a0f8e92825c17763e44cdba7d6226f322364 /sound/soc/omap | |
parent | d052a3d6a7955f917fe940b1fecdaf20fa61efae (diff) | |
download | blackbird-op-linux-36a26e1a9a2b7e966ea132bfcf778d84af288e51.tar.gz blackbird-op-linux-36a26e1a9a2b7e966ea132bfcf778d84af288e51.zip |
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/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/omap/Kconfig b/sound/soc/omap/Kconfig index e00659351a4e..2796af9fa5e8 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 |