diff options
author | Tuomas Tynkkynen <tuomas@tuxera.com> | 2018-05-09 15:24:34 +0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-05-23 17:30:04 -0400 |
commit | d70c79fa89db69ea1b3b910b75be9d5c0af4f99d (patch) | |
tree | ef929112958d2ad0bd0096aef763aace4162ee02 /drivers/i2c/Makefile | |
parent | ed9072c797f4002398ee98f59713711c10dc34cc (diff) | |
download | u-boot-d70c79fa89db69ea1b3b910b75be9d5c0af4f99d.tar.gz |
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/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/i2c/Makefile b/drivers/i2c/Makefile index 8bb3c18b57..4cf5c51773 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 |