Re: [PATCH] watchdog: iTCO: Fix dependencies on I2C

2015-09-23 Thread Guenter Roeck
On 09/23/2015 03:32 AM, Matt Fleming wrote: On Fri, 11 Sep, at 06:28:08AM, Guenter Roeck wrote: If I2C is built as module, the iTCO watchdog driver must be built as module as well. I2C_I801 must only be selected if I2C is configured. This fixes the following build errors, seen if I2C=m and

Re: [PATCH] watchdog: iTCO: Fix dependencies on I2C

2015-09-23 Thread Matt Fleming
On Fri, 11 Sep, at 06:28:08AM, Guenter Roeck wrote: > If I2C is built as module, the iTCO watchdog driver must be built as module > as well. I2C_I801 must only be selected if I2C is configured. > > This fixes the following build errors, seen if I2C=m and ITCO_WDT=y. > >

Re: [PATCH] watchdog: iTCO: Fix dependencies on I2C

2015-09-23 Thread Matt Fleming
On Fri, 11 Sep, at 06:28:08AM, Guenter Roeck wrote: > If I2C is built as module, the iTCO watchdog driver must be built as module > as well. I2C_I801 must only be selected if I2C is configured. > > This fixes the following build errors, seen if I2C=m and ITCO_WDT=y. > >

Re: [PATCH] watchdog: iTCO: Fix dependencies on I2C

2015-09-23 Thread Guenter Roeck
On 09/23/2015 03:32 AM, Matt Fleming wrote: On Fri, 11 Sep, at 06:28:08AM, Guenter Roeck wrote: If I2C is built as module, the iTCO watchdog driver must be built as module as well. I2C_I801 must only be selected if I2C is configured. This fixes the following build errors, seen if I2C=m and

[PATCH] watchdog: iTCO: Fix dependencies on I2C

2015-09-11 Thread Guenter Roeck
If I2C is built as module, the iTCO watchdog driver must be built as module as well. I2C_I801 must only be selected if I2C is configured. This fixes the following build errors, seen if I2C=m and ITCO_WDT=y. i2c-i801.c:(.text+0x2bf055): undefined reference to `i2c_del_adapter'

[PATCH] watchdog: iTCO: Fix dependencies on I2C

2015-09-11 Thread Guenter Roeck
If I2C is built as module, the iTCO watchdog driver must be built as module as well. I2C_I801 must only be selected if I2C is configured. This fixes the following build errors, seen if I2C=m and ITCO_WDT=y. i2c-i801.c:(.text+0x2bf055): undefined reference to `i2c_del_adapter'