diff options
author | Darius Augulis <augulis.darius@gmail.com> | 2009-01-30 03:32:28 -0500 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2009-04-07 05:18:32 -0400 |
commit | aa11e38ce6fe8846fec046a95cecd5d4690c48cd (patch) | |
tree | a7141c19434ecaf75e459c2e3d2daf18e4797245 /drivers/i2c/busses/Kconfig | |
parent | d508afb437daee7cf07da085b635c44a4ebf9b38 (diff) |
i2c: iMX/MXC support
Implementation of I2C Adapter/Algorithm Driver for I2C Bus integrated
in Freescale's i.MX/MXC processors.
Signed-off-by: Darius Augulis <augulis.darius@gmail.com>
Tested-by: Sascha Hauer <s.hauer@pengutronix.de>
Reviewed-by: Wolfram Sang <w.sang@pengutronix.de>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index da809ad0996a..5d4aa5e873ca 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig | |||
@@ -356,6 +356,16 @@ config I2C_IBM_IIC | |||
356 | This driver can also be built as a module. If so, the module | 356 | This driver can also be built as a module. If so, the module |
357 | will be called i2c-ibm_iic. | 357 | will be called i2c-ibm_iic. |
358 | 358 | ||
359 | config I2C_IMX | ||
360 | tristate "IMX I2C interface" | ||
361 | depends on ARCH_MXC | ||
362 | help | ||
363 | Say Y here if you want to use the IIC bus controller on | ||
364 | the Freescale i.MX/MXC processors. | ||
365 | |||
366 | This driver can also be built as a module. If so, the module | ||
367 | will be called i2c-imx. | ||
368 | |||
359 | config I2C_IOP3XX | 369 | config I2C_IOP3XX |
360 | tristate "Intel IOPx3xx and IXP4xx on-chip I2C interface" | 370 | tristate "Intel IOPx3xx and IXP4xx on-chip I2C interface" |
361 | depends on ARCH_IOP32X || ARCH_IOP33X || ARCH_IXP4XX || ARCH_IOP13XX | 371 | depends on ARCH_IOP32X || ARCH_IOP33X || ARCH_IXP4XX || ARCH_IOP13XX |