Skip to content

Commit

Permalink
[PATCH] broken dependency for I2C_MPC
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Al Viro authored and Linus Torvalds committed Apr 24, 2005
1 parent e3b9ab1 commit b5a48da
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 @@ -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
Expand Down

0 comments on commit b5a48da

Please sign in to comment.