diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-07-09 16:27:09 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-07-16 22:59:11 +0200 |
commit | 5fddf5aac8d9caae67a31bb6e33dc933552a9c7f (patch) | |
tree | 9e74174216c7bc5561e1acc0ba18107b50058d60 /drivers/i2c/busses/Makefile | |
parent | i2c: s6000: remove duplicate driver (diff) | |
download | linux-5fddf5aac8d9caae67a31bb6e33dc933552a9c7f.tar.xz linux-5fddf5aac8d9caae67a31bb6e33dc933552a9c7f.zip |
i2c: scx200: drop GPIO based i2c driver
This driver is marked as deprecated since the pre-git era. Any user
left(?) should really have switched to i2c-gpio meanwhile.
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Acked-by: Jim Cromie <jim.cromie@gmail.com>
Diffstat (limited to 'drivers/i2c/busses/Makefile')
-rw-r--r-- | drivers/i2c/busses/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/i2c/busses/Makefile b/drivers/i2c/busses/Makefile index 1958b490105e..49bf07e5ef4d 100644 --- a/drivers/i2c/busses/Makefile +++ b/drivers/i2c/busses/Makefile @@ -100,6 +100,5 @@ obj-$(CONFIG_I2C_ELEKTOR) += i2c-elektor.o obj-$(CONFIG_I2C_PCA_ISA) += i2c-pca-isa.o obj-$(CONFIG_I2C_SIBYTE) += i2c-sibyte.o obj-$(CONFIG_SCx200_ACB) += scx200_acb.o -obj-$(CONFIG_SCx200_I2C) += scx200_i2c.o ccflags-$(CONFIG_I2C_DEBUG_BUS) := -DDEBUG |