ASoC: Samsung: add missing I2C/SPI dependencies
authorArnd Bergmann <arnd@arndb.de>
Wed, 18 Feb 2015 20:35:08 +0000 (21:35 +0100)
committerMark Brown <broonie@kernel.org>
Sat, 21 Feb 2015 09:35:58 +0000 (18:35 +0900)
commit014c4d637604c9af2f7f2ff4fd91b725a0c58a5c
tree57d050b535e168e0dd2dbdb16b39c355471bb103
parentbfa76d49576599a4b9f9b7a71f23d73d6dcff735
ASoC: Samsung: add missing I2C/SPI dependencies

A few sound drivers for the samsung platforms are missing dependencies
on I2C or SPI, which can lead to build errors like

codecs/rt5631.c:1737:1: warning: data definition has no type or storage class
31_i2c_driver);

codecs/rt5631.c:1737:1: error: type defaults to 'int' in declaration of 'module_i2c_driver' [-Werror=implicit-int]
codecs/rt5631.c:1737:1: warning: parameter names (without types) in function declaration
codecs/rt5631.c:1726:26: warning: 'rt5631_i2c_driver' defined but not used [-Wunused-variable]

I have gone through all the ones that did not already have
an I2C dependency and added the ones that I found missing,
namely arndale, odroid-x2, littlemill, bells and speyside
and this patch adds all the dependencies.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/samsung/Kconfig