Re: [PATCH] i2c: sprd: Fix undefined reference errors

2017-08-31 Thread Wolfram Sang
On Wed, Aug 30, 2017 at 11:05:47AM +0800, Baolin Wang wrote: > Since the i2c driver of Spreadtrum can not be build as one module, thus > it should depend on CONFIG_I2C is build in. > > Signed-off-by: Baolin Wang Applied to for-next, thanks! signature.asc Description: PGP signature

[PATCH] i2c: sprd: Fix undefined reference errors

2017-08-29 Thread Baolin Wang
Since the i2c driver of Spreadtrum can not be build as one module, thus it should depend on CONFIG_I2C is build in. Signed-off-by: Baolin Wang --- drivers/i2c/busses/Kconfig |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kco