Re: [PATCH 2/2] i2c-ibm_iic driver
From: Jean Delvare <hidden>
Date: 2008-02-20 07:20:29
Also in:
linux-i2c
Hi Sean, On Tue, 19 Feb 2008 16:58:01 -0500, Sean MacLennan wrote:
quoted hunk ↗ jump to hunk
Signed-off-by: Sean MacLennan <redacted>--- for-2.6.25/drivers/i2c/busses/orig-i2c-ibm_iic.c 2008-02-18 16:36:30.000000000 -0500 +++ for-2.6.25/drivers/i2c/busses/i2c-ibm_iic.c 2008-02-19 16:46:35.000000000 -0500@@ -6,6 +6,9 @@ * Copyright (c) 2003, 2004 Zultys Technologies. * Eugene Surovegin <eugene.surovegin@zultys.com> or <ebs@ebshome.net> * + * Copyright (c) 2008 PIKA Technologies + * Sean MacLennan <smaclennan@pikatech.com> + * * Based on original work by * Ian DaSilva <idasilva@mvista.com> * Armin Kuster <akuster@mvista.com>(...)--- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig@@ -244,7 +244,7 @@ config I2C_PIIX4 config I2C_IBM_IIC tristate "IBM PPC 4xx on-chip I2C interface" - depends on IBM_OCP + depends on 4xx help Say Y here if you want to use IIC peripheral found on embedded IBM PPC 4xx based systems.
I've applied this version. I see that there are discussions going on about the best "depends on" statement in Kconfig, feel free to submit an updated (or incremental) patch as soon as a decision will have been taken. Thanks, -- Jean Delvare