From: Al Viro Date: Sun, 15 Jul 2007 20:37:16 +0000 (+0100) Subject: make i2c-acorn tristate X-Git-Tag: v2.6.23-rc1~1057 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a9915c8a2e532f6c9b435e5f90008d601a87b90;p=pandora-kernel.git 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 Signed-off-by: Linus Torvalds Acked-by: Russell King --- Reading git-diff-tree failed