commit | 2a9915c8a2e532f6c9b435e5f90008d601a87b90 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@ftp.linux.org.uk> | Sun Jul 15 21:37:16 2007 +0100 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Sun Jul 15 16:40:52 2007 -0700 |
tree | e39bfe46c624007d4d1c6c8c63c26d25457b644b | |
parent | ba5b55d0498bd56b9d60d85c5f654cd7b291e9c8 [diff] |
make i2c-acorn tristate It depends on tristate I2C and it's trivial to make modular. The current Kconfig allows I2C=m, I2C_ACORN=y, which doesn't work at all; alternatives are dependency on I2C=y and making I2C_ACORN itself a tristate. The latter is the right thing to do... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> Acked-by: Russell King <rmk+kernel@arm.linux.org.uk>