]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[PATCH] broken dependency for I2C_MPC
authorAl Viro <viro@www.linux.org.uk>
Sun, 24 Apr 2005 19:28:35 +0000 (12:28 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 24 Apr 2005 19:28:35 +0000 (12:28 -0700)
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>
drivers/i2c/busses/Kconfig

index a2827e43f0fe483b578b8b07ca35e53b9621a590..a0018de3bef499f5485049c53ebe3196b786299c 100644 (file)
@@ -237,7 +237,7 @@ config I2C_KEYWEST
 
 config I2C_MPC
        tristate "MPC107/824x/85xx/52xx"
-       depends on I2C && PPC
+       depends on I2C && 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