aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r--drivers/i2c/busses/Kconfig15
1 files changed, 1 insertions, 14 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
index 94468a64ce3a..7244c8be6063 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
448config 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
462config I2C_MPC 448config 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
@@ -483,6 +469,7 @@ config I2C_MV64XXX
483config I2C_MXS 469config I2C_MXS
484 tristate "Freescale i.MX28 I2C interface" 470 tristate "Freescale i.MX28 I2C interface"
485 depends on SOC_IMX28 471 depends on SOC_IMX28
472 select STMP_DEVICE
486 help 473 help
487 Say Y here if you want to use the I2C bus controller on 474 Say Y here if you want to use the I2C bus controller on
488 the Freescale i.MX28 processors. 475 the Freescale i.MX28 processors.