ASoC: rt5616: add I2C dependency
authorArnd Bergmann <arnd@arndb.de>
Tue, 15 Mar 2016 21:42:50 +0000 (22:42 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 16 Mar 2016 08:46:14 +0000 (08:46 +0000)
commitaf139d5592bc812e7a1997727172ddba3e6be968
tree743b891e2d2bff51bcb56033484aa1bf828d9422
parentd4a6360f19c1c551afcba42be98df04651fab31b
ASoC: rt5616: add I2C dependency

The rt5616 codec registers itself as an i2c driver, but can
be enabled even when i2c is turned off, which leads to a build
error:

codecs/rt5616.c:1419:1: error: data definition has no type or storage class [-Werror]
 module_i2c_driver(rt5616_i2c_driver);

This adds an explicit Kconfig dependency, like the other codec
drivers.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Fixes: 288bc356a881 ("ASoC: rt5616: allow to build with CONFIG_SND_SOC_RT5616")
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/Kconfig
This page took 0.024688 seconds and 5 git commands to generate.