diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2007-07-15 16:37:16 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-15 19:40:52 -0400 |
commit | 2a9915c8a2e532f6c9b435e5f90008d601a87b90 (patch) | |
tree | e39bfe46c624007d4d1c6c8c63c26d25457b644b /drivers/i2c/busses/Kconfig | |
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>
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index fcde9bab5b96..1c77e14480dc 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig | |||
@@ -560,7 +560,7 @@ config I2C_VERSATILE | |||
560 | will be called i2c-versatile. | 560 | will be called i2c-versatile. |
561 | 561 | ||
562 | config I2C_ACORN | 562 | config I2C_ACORN |
563 | bool "Acorn IOC/IOMD I2C bus support" | 563 | tristate "Acorn IOC/IOMD I2C bus support" |
564 | depends on ARCH_ACORN | 564 | depends on ARCH_ACORN |
565 | default y | 565 | default y |
566 | select I2C_ALGOBIT | 566 | select I2C_ALGOBIT |