aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c/Makefile
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2018-08-16 02:08:11 +0300
committerHeiko Schocher <hs@denx.de>2018-09-14 06:30:29 +0200
commitca1d6ca3653c5aa7679a55fd84a20e175d3b8e64 (patch)
tree82b7c015f01853b81720765a89d752f902607d51 /drivers/i2c/Makefile
parentd1e15041abf3ccd38169ae7aa8736f78200f8ee3 (diff)
downloadu-boot-ca1d6ca3653c5aa7679a55fd84a20e175d3b8e64.zip
u-boot-ca1d6ca3653c5aa7679a55fd84a20e175d3b8e64.tar.gz
u-boot-ca1d6ca3653c5aa7679a55fd84a20e175d3b8e64.tar.bz2
i2c: Drop CONFIG_SYS_I2C_MXS
Last user of this driver went away in May 2017, in commit eb5ba3aefdf0f6 ("i2c: Drop use of CONFIG_I2C_HARD") Signed-off-by: Tuomas Tynkkynen <tuomas@tuxera.com>
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 da368cc..f2cbe78 100644
--- a/drivers/i2c/Makefile
+++ b/drivers/i2c/Makefile
@@ -24,7 +24,6 @@ obj-$(CONFIG_SYS_I2C_LPC32XX) += lpc32xx_i2c.o
obj-$(CONFIG_SYS_I2C_MESON) += meson_i2c.o
obj-$(CONFIG_SYS_I2C_MVTWSI) += mvtwsi.o
obj-$(CONFIG_SYS_I2C_MXC) += mxc_i2c.o
-obj-$(CONFIG_SYS_I2C_MXS) += mxs_i2c.o
obj-$(CONFIG_SYS_I2C_OMAP24XX) += omap24xx_i2c.o
obj-$(CONFIG_SYS_I2C_RCAR_I2C) += rcar_i2c.o
obj-$(CONFIG_SYS_I2C_RCAR_IIC) += rcar_iic.o