From: Kumar Gala Date: Tue, 15 Mar 2011 16:02:43 +0000 (-0500) Subject: i2c-mpc: Add support for 64bit system X-Git-Tag: v2.6.39-rc1~446^2^2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=0724d46417545aa3035d88fb8885dffe68817a8c;p=karo-tx-linux.git i2c-mpc: Add support for 64bit system 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 Signed-off-by: Kumar Gala Signed-off-by: Ben Dooks --- diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 113505a6434e..107d5c201b6b 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -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,