diff options
author | Jean Delvare <khali@linux-fr.org> | 2007-07-08 14:26:37 +0200 |
---|---|---|
committer | Mark M. Hoffman <mhoffman@lightlink.com> | 2007-07-19 14:25:20 -0400 |
commit | e24b8cb4fa2bb779bdf48656152366b6f52f748f (patch) | |
tree | 13cb838a2dd364b0453061f038cf62b118585d03 /drivers/i2c/busses/Kconfig | |
parent | c182f5bbfb399b1fa2ad65107b3caf9c1c69435e (diff) | |
download | talos-obmc-linux-e24b8cb4fa2bb779bdf48656152366b6f52f748f.tar.gz talos-obmc-linux-e24b8cb4fa2bb779bdf48656152366b6f52f748f.zip |
i2c: Delete the i2c-isa pseudo bus driver
There are no users of i2c-isa left, so we can finally get rid of it.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 838dc1c19d61..c63bfa68e144 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -236,9 +236,6 @@ config I2C_IOP3XX This driver can also be built as a module. If so, the module will be called i2c-iop3xx. -config I2C_ISA - tristate - config I2C_IXP4XX tristate "IXP4xx GPIO-Based I2C Interface (DEPRECATED)" depends on ARCH_IXP4XX |