Skip to content

Commit

Permalink
i2c: ixp2000: remove driver
Browse files Browse the repository at this point in the history
The platform is removed, so there are no users of this driver.

Signed-off-by: Rob Herring <[email protected]>
Signed-off-by: Wolfram Sang <[email protected]>
  • Loading branch information
Rob Herring authored and Wolfram Sang committed May 12, 2012
1 parent a092de1 commit 6923229
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 172 deletions.
14 changes: 0 additions & 14 deletions drivers/i2c/busses/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -445,20 +445,6 @@ config I2C_IOP3XX
This driver can also be built as a module. If so, the module
will be called i2c-iop3xx.

config I2C_IXP2000
tristate "IXP2000 GPIO-Based I2C Interface (DEPRECATED)"
depends on ARCH_IXP2000
select I2C_ALGOBIT
help
Say Y here if you have an Intel IXP2000 (2400, 2800, 2850) based
system and are using GPIO lines for an I2C bus.

This support is also available as a module. If so, the module
will be called i2c-ixp2000.

This driver is deprecated and will be dropped soon. Use i2c-gpio
instead.

config I2C_MPC
tristate "MPC107/824x/85xx/512x/52xx/83xx/86xx"
depends on PPC
Expand Down
1 change: 0 additions & 1 deletion drivers/i2c/busses/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ obj-$(CONFIG_I2C_IBM_IIC) += i2c-ibm_iic.o
obj-$(CONFIG_I2C_IMX) += i2c-imx.o
obj-$(CONFIG_I2C_INTEL_MID) += i2c-intel-mid.o
obj-$(CONFIG_I2C_IOP3XX) += i2c-iop3xx.o
obj-$(CONFIG_I2C_IXP2000) += i2c-ixp2000.o
obj-$(CONFIG_I2C_MPC) += i2c-mpc.o
obj-$(CONFIG_I2C_MV64XXX) += i2c-mv64xxx.o
obj-$(CONFIG_I2C_MXS) += i2c-mxs.o
Expand Down
157 changes: 0 additions & 157 deletions drivers/i2c/busses/i2c-ixp2000.c

This file was deleted.

0 comments on commit 6923229

Please sign in to comment.