[PATCH] I2C:SAMSUNG:Select I2C_S3C2410 if HAVE_S3C2410_I2C

2011-03-24 Thread Tushar Behera
On Samsung Kconfig files, HAVE_S3C2410_I2C is selected if we want to enable support for I2C. But the I2C controller is selected only if I2C_S3C2410 is defined. This patch selects I2C_S3C2410 when I2C and HAVE_S3C2410 are selected. Signed-off-by: Tushar Behera --- drivers/i2c/busses/Kconfig |

Re: [PATCH] I2C:SAMSUNG:Select I2C_S3C2410 if HAVE_S3C2410_I2C

2011-03-24 Thread Ben Dooks
On Thu, Mar 24, 2011 at 02:36:13PM +0530, Tushar Behera wrote: > On Samsung Kconfig files, HAVE_S3C2410_I2C is selected if we want > to enable support for I2C. But the I2C controller is selected only > if I2C_S3C2410 is defined. > > This patch selects I2C_S3C2410 when I2C and HAVE_S3C2410 are sele

Re: [PATCH] I2C:SAMSUNG:Select I2C_S3C2410 if HAVE_S3C2410_I2C

2011-03-24 Thread Tushar Behera
Hi Ben, On 24 March 2011 16:17, Ben Dooks wrote: > On Thu, Mar 24, 2011 at 02:36:13PM +0530, Tushar Behera wrote: >> On Samsung Kconfig files, HAVE_S3C2410_I2C is selected if we want >> to enable support for I2C. But the I2C controller is selected only >> if I2C_S3C2410 is defined. >> >> This pat

Re: [PATCH] I2C:SAMSUNG:Select I2C_S3C2410 if HAVE_S3C2410_I2C

2011-03-25 Thread Ben Dooks
On Fri, Mar 25, 2011 at 08:12:06AM +0530, Tushar Behera wrote: > Hi Ben, > > On 24 March 2011 16:17, Ben Dooks wrote: > > On Thu, Mar 24, 2011 at 02:36:13PM +0530, Tushar Behera wrote: > >> On Samsung Kconfig files, HAVE_S3C2410_I2C is selected if we want > >> to enable support for I2C. But the I