aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/Kconfig
diff options
context:
space:
mode:
authorWolfgang Grandegger <wg@denx.de>2010-02-17 11:19:19 +0100
committerBen Dooks <ben-linux@fluff.org>2010-03-07 22:03:09 +0000
commitf00d738f04899534e2c372b2ad8b670050a945e2 (patch)
tree596fd931e26ee47c97c8b28df3a30b262af0dd51 /drivers/i2c/busses/Kconfig
parenta93522116ee5aa13eeb74c0fd73d8c5d15211e64 (diff)
downloadkernel_samsung_smdk4412-f00d738f04899534e2c372b2ad8b670050a945e2.zip
kernel_samsung_smdk4412-f00d738f04899534e2c372b2ad8b670050a945e2.tar.gz
kernel_samsung_smdk4412-f00d738f04899534e2c372b2ad8b670050a945e2.tar.bz2
i2c-mpc: add support for the MPC512x processors from Freescale
As I2C interrupts must be enabled for the MPC512x by the setup function as well, "fsl,preserve-clocking" is handled in a slighly different way. Also, the old settings are now reported calling dev_dbg(). For the MPC512x the clock setup function of the MPC52xx can be re-used. Furthermore, the Kconfig help has been updated and corrected. Signed-off-by: Wolfgang Grandegger <wg@denx.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/Kconfig7
1 files changed, 3 insertions, 4 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
index 1004181..ecf079b 100644
--- a/drivers/i2c/busses/Kconfig
+++ b/drivers/i2c/busses/Kconfig
@@ -419,13 +419,12 @@ config I2C_IXP2000
instead.
config I2C_MPC
- tristate "MPC107/824x/85xx/52xx/86xx"
+ tristate "MPC107/824x/85xx/512x/52xx/83xx/86xx"
depends on PPC32
help
If you say yes to this option, support will be included for the
- built-in I2C interface on the MPC107/Tsi107/MPC8240/MPC8245 and
- MPC85xx/MPC8641 family processors. The driver may also work on 52xx
- family processors, though interrupts are known not to work.
+ built-in I2C interface on the MPC107, Tsi107, MPC512x, MPC52xx,
+ MPC8240, MPC8245, MPC83xx, MPC85xx and MPC8641 family processors.
This driver can also be built as a module. If so, the module
will be called i2c-mpc.