Signed-off-by: Andrew Morton --- Documentation/feature-removal-schedule.txt | 8 ++++++++ drivers/i2c/busses/Kconfig | 10 ++++++++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff -puN Documentation/feature-removal-schedule.txt~jdelvare-i2c-i2c-obsolete-ixp2000-and-ixp4xx Documentation/feature-removal-schedule.txt --- a/Documentation/feature-removal-schedule.txt~jdelvare-i2c-i2c-obsolete-ixp2000-and-ixp4xx +++ a/Documentation/feature-removal-schedule.txt @@ -316,3 +316,11 @@ Why: Broken. It depends on i2c-algo-8xx Who: Jean Delvare --------------------------- + +What: i2c-ixp2000 and i2c-ixp4xx drivers +When: September 2007 +Why: Obsolete. The new i2c-gpio driver replaces all hardware-specific + I2C-over-GPIO drivers. +Who: Jean Delvare + +--------------------------- diff -puN drivers/i2c/busses/Kconfig~jdelvare-i2c-i2c-obsolete-ixp2000-and-ixp4xx drivers/i2c/busses/Kconfig --- a/drivers/i2c/busses/Kconfig~jdelvare-i2c-i2c-obsolete-ixp2000-and-ixp4xx +++ a/drivers/i2c/busses/Kconfig @@ -240,7 +240,7 @@ config I2C_ISA tristate config I2C_IXP4XX - tristate "IXP4xx GPIO-Based I2C Interface" + tristate "IXP4xx GPIO-Based I2C Interface (OBSOLETE)" depends on ARCH_IXP4XX select I2C_ALGOBIT help @@ -250,8 +250,11 @@ config I2C_IXP4XX This support is also available as a module. If so, the module will be called i2c-ixp4xx. + This driver is obsolete and will be dropped soon. Use i2c-gpio + instead. + config I2C_IXP2000 - tristate "IXP2000 GPIO-Based I2C Interface" + tristate "IXP2000 GPIO-Based I2C Interface (OBSOLETE)" depends on ARCH_IXP2000 select I2C_ALGOBIT help @@ -261,6 +264,9 @@ config I2C_IXP2000 This support is also available as a module. If so, the module will be called i2c-ixp2000. + This driver is obsolete and will be dropped soon. Use i2c-gpio + instead. + config I2C_POWERMAC tristate "Powermac I2C interface" depends on PPC_PMAC _