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/Kconfig | |
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/Kconfig')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index e9dd1640ffde..2f0a440ec446 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -1159,16 +1159,6 @@ config I2C_XILINX This driver can also be built as a module. If so, the module will be called xilinx_i2c. -config I2C_XLR - tristate "Netlogic XLR I2C support" - depends on CPU_XLR || COMPILE_TEST - help - This driver enables support for the on-chip I2C interface of - the Netlogic XLR/XLS MIPS processors and Sigma Designs SOCs. - - This driver can also be built as a module. If so, the module - will be called i2c-xlr. - config I2C_XLP9XX tristate "Cavium ThunderX2 I2C support" depends on ARCH_THUNDER2 || COMPILE_TEST |