diff options
author | Rob Herring <rob.herring@calxeda.com> | 2012-04-03 21:34:01 -0400 |
---|---|---|
committer | Wolfram Sang <w.sang@pengutronix.de> | 2012-05-12 08:28:14 -0400 |
commit | 6923229380bc8ac112f4e6e76d05542c006feaad (patch) | |
tree | d9a83323524495ef52fd75bd532f127650a2a80d /drivers/i2c/busses/Kconfig | |
parent | a092de11bb4a96ac43ede0352e09bdf7e06280e8 (diff) |
i2c: ixp2000: remove driver
The platform is removed, so there are no users of this driver.
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index d2c5095deeac..188543d0e8b2 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig | |||
@@ -445,20 +445,6 @@ config I2C_IOP3XX | |||
445 | This driver can also be built as a module. If so, the module | 445 | This driver can also be built as a module. If so, the module |
446 | will be called i2c-iop3xx. | 446 | will be called i2c-iop3xx. |
447 | 447 | ||
448 | config I2C_IXP2000 | ||
449 | tristate "IXP2000 GPIO-Based I2C Interface (DEPRECATED)" | ||
450 | depends on ARCH_IXP2000 | ||
451 | select I2C_ALGOBIT | ||
452 | help | ||
453 | Say Y here if you have an Intel IXP2000 (2400, 2800, 2850) based | ||
454 | system and are using GPIO lines for an I2C bus. | ||
455 | |||
456 | This support is also available as a module. If so, the module | ||
457 | will be called i2c-ixp2000. | ||
458 | |||
459 | This driver is deprecated and will be dropped soon. Use i2c-gpio | ||
460 | instead. | ||
461 | |||
462 | config I2C_MPC | 448 | config I2C_MPC |
463 | tristate "MPC107/824x/85xx/512x/52xx/83xx/86xx" | 449 | tristate "MPC107/824x/85xx/512x/52xx/83xx/86xx" |
464 | depends on PPC | 450 | depends on PPC |