aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c/Makefile
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2018-05-09 15:24:34 +0300
committerTom Rini <trini@konsulko.com>2018-05-23 17:30:04 -0400
commitd70c79fa89db69ea1b3b910b75be9d5c0af4f99d (patch)
treeef929112958d2ad0bd0096aef763aace4162ee02 /drivers/i2c/Makefile
parented9072c797f4002398ee98f59713711c10dc34cc (diff)
downloadu-boot-d70c79fa89db69ea1b3b910b75be9d5c0af4f99d.zip
u-boot-d70c79fa89db69ea1b3b910b75be9d5c0af4f99d.tar.gz
u-boot-d70c79fa89db69ea1b3b910b75be9d5c0af4f99d.tar.bz2
i2c: Drop CONFIG_TSI108_I2C
Last user of this driver went away in June 2015 in commit d928664f4101e24 ("powerpc: 74xx_7xx: remove 74xx_7xx cpu support") Signed-off-by: Tuomas Tynkkynen <tuomas@tuxera.com> Acked-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'drivers/i2c/Makefile')
-rw-r--r--drivers/i2c/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/i2c/Makefile b/drivers/i2c/Makefile
index 8bb3c18..4cf5c51 100644
--- a/drivers/i2c/Makefile
+++ b/drivers/i2c/Makefile
@@ -9,7 +9,6 @@ obj-$(CONFIG_$(SPL_)I2C_CROS_EC_TUNNEL) += cros_ec_tunnel.o
obj-$(CONFIG_$(SPL_)I2C_CROS_EC_LDO) += cros_ec_ldo.o
obj-$(CONFIG_I2C_MV) += mv_i2c.o
-obj-$(CONFIG_TSI108_I2C) += tsi108_i2c.o
obj-$(CONFIG_SH_SH7734_I2C) += sh_sh7734_i2c.o
obj-$(CONFIG_SYS_I2C) += i2c_core.o
obj-$(CONFIG_SYS_I2C_ASPEED) += ast_i2c.o