make i2c-acorn tristate
authorAl Viro <viro@ftp.linux.org.uk>
Sun, 15 Jul 2007 20:37:16 +0000 (21:37 +0100)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Sun, 15 Jul 2007 23:40:52 +0000 (16:40 -0700)
commit2a9915c8a2e532f6c9b435e5f90008d601a87b90
treee39bfe46c624007d4d1c6c8c63c26d25457b644b
parentba5b55d0498bd56b9d60d85c5f654cd7b291e9c8
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>
drivers/i2c/busses/Kconfig
drivers/i2c/busses/i2c-acorn.c