diff options
author | Rob Herring <robh@kernel.org> | 2021-11-09 17:16:19 +0100 |
---|---|---|
committer | Wolfram Sang <wsa@kernel.org> | 2021-11-23 10:00:29 +0100 |
commit | 77e0164630364ebd738f8cc1858f41e655acf38c (patch) | |
tree | bf68c0728476001f6c8124e90163f517ec210aed /drivers/i2c/busses/Makefile | |
parent | i2c: Remove Netlogic XLP variant (diff) | |
download | linux-77e0164630364ebd738f8cc1858f41e655acf38c.tar.xz linux-77e0164630364ebd738f8cc1858f41e655acf38c.zip |
i2c: Remove unused Netlogic/Sigma Designs XLR driver
Commits 95b8a5e0111a ("MIPS: Remove NETLOGIC support") and edd4488aea9c
("ARM: remove tango platform") removed Netlogic XLR and Sigma Designs
Tango platforms which means there are no platforms using the XLR I2C
driver and it can be removed.
Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
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 d85899fef8c7..1d00dce77098 100644 --- a/drivers/i2c/busses/Makefile +++ b/drivers/i2c/busses/Makefile @@ -119,7 +119,6 @@ obj-$(CONFIG_I2C_OCTEON) += i2c-octeon.o i2c-thunderx-objs := i2c-octeon-core.o i2c-thunderx-pcidrv.o obj-$(CONFIG_I2C_THUNDERX) += i2c-thunderx.o obj-$(CONFIG_I2C_XILINX) += i2c-xiic.o -obj-$(CONFIG_I2C_XLR) += i2c-xlr.o obj-$(CONFIG_I2C_XLP9XX) += i2c-xlp9xx.o obj-$(CONFIG_I2C_RCAR) += i2c-rcar.o |