aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses
diff options
context:
space:
mode:
authorAl Viro <viro@www.linux.org.uk>2005-04-24 15:28:35 -0400
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-24 15:28:35 -0400
commitb5a48daddc88fa0467a6ba371fcff0710781bf11 (patch)
tree2f9fd369478420e4c5151f7ff2443018eb681fe6 /drivers/i2c/busses
parente3b9ab1a6da339312bb23747693805fa63e2ffd0 (diff)
[PATCH] broken dependency for I2C_MPC
All boards dealt with by I2C_MPC are 32bit. Moreover, driver simply won't build on ppc64 - it uses ppc32-only types all over the place. Dependency fixed - it's PPC32, not PPC. Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/i2c/busses')
-rw-r--r--drivers/i2c/busses/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
index a2827e43f0fe..a0018de3bef4 100644
--- a/drivers/i2c/busses/Kconfig
+++ b/drivers/i2c/busses/Kconfig
@@ -237,7 +237,7 @@ config I2C_KEYWEST
237 237
238config I2C_MPC 238config I2C_MPC
239 tristate "MPC107/824x/85xx/52xx" 239 tristate "MPC107/824x/85xx/52xx"
240 depends on I2C && PPC 240 depends on I2C && PPC32
241 help 241 help
242 If you say yes to this option, support will be included for the 242 If you say yes to this option, support will be included for the
243 built-in I2C interface on the MPC107/Tsi107/MPC8240/MPC8245 and 243 built-in I2C interface on the MPC107/Tsi107/MPC8240/MPC8245 and