diff options
author | Arnd Bergmann <arnd@arndb.de> | 2021-01-20 16:28:34 +0300 |
---|---|---|
committer | Wolfram Sang <wsa@kernel.org> | 2021-01-28 11:46:01 +0300 |
commit | 73cc584cfced260133cfc635f9921d66da676749 (patch) | |
tree | 5b9cd4d2cece2a8350254e29f055b9ffaba450f6 /drivers/i2c/busses/Kconfig | |
parent | 3567932c56e8b7785a41d58dd3eaeb0ab86aeb76 (diff) | |
download | linux-73cc584cfced260133cfc635f9921d66da676749.tar.xz |
i2c: remove zte zx bus driver
The zte zx platform is getting removed, so this driver is no
longer needed.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 4fe74259d44c..2a89d0b061ee 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -1370,15 +1370,6 @@ config I2C_OPAL This driver can also be built as a module. If so, the module will be called as i2c-opal. -config I2C_ZX2967 - tristate "ZTE ZX2967 I2C support" - depends on ARCH_ZX - default y - help - Selecting this option will add ZX2967 I2C driver. - This driver can also be built as a module. If so, the module will be - called i2c-zx2967. - config I2C_FSI tristate "FSI I2C driver" depends on FSI |