Skip to content

Commit

Permalink
i2c-mpc: Add support for 64bit system
Browse files Browse the repository at this point in the history
Currently i2c-mpc supports 32bit system only, this modification makes it
supported on both 32-bit and 64-bit systems.  The P5020 is the first
64-bit PPC system with the i2c-mpc controller.

Based in patch from Xulei <B33228@freescale.com>

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
  • Loading branch information
Kumar Gala authored and Ben Dooks committed Mar 16, 2011
1 parent 78f9bbb commit 0724d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/i2c/busses/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ config I2C_IXP2000

config I2C_MPC
tristate "MPC107/824x/85xx/512x/52xx/83xx/86xx"
depends on PPC32
depends on PPC
help
If you say yes to this option, support will be included for the
built-in I2C interface on the MPC107, Tsi107, MPC512x, MPC52xx,
Expand Down

0 comments on commit 0724d46

Please sign in to comment.