diff options
author | Arnd Bergmann <arnd@arndb.de> | 2021-01-20 16:28:32 +0300 |
---|---|---|
committer | Wolfram Sang <wsa@kernel.org> | 2021-01-22 11:55:41 +0300 |
commit | 2cea84ddae1cc3af3969bfeae015aa303bf6e08d (patch) | |
tree | b017b6fd8cfbe58bb1151a36db148690045af155 /drivers/i2c/busses/Kconfig | |
parent | bed3139613ea1665f7bbd0a53b247e7b2d43e2b1 (diff) | |
download | linux-2cea84ddae1cc3af3969bfeae015aa303bf6e08d.tar.xz |
i2c: remove sirf bus driver
The CSR SiRF prima2/atlas platforms are getting removed, so this driver
is no longer needed.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Barry Song <baohua@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 fd919f9339d6..ce2efb56df54 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -993,16 +993,6 @@ config I2C_SIMTEC This driver can also be built as a module. If so, the module will be called i2c-simtec. -config I2C_SIRF - tristate "CSR SiRFprimaII I2C interface" - depends on ARCH_SIRF || COMPILE_TEST - help - If you say yes to this option, support will be included for the - CSR SiRFprimaII I2C interface. - - This driver can also be built as a module. If so, the module - will be called i2c-sirf. - config I2C_SPRD tristate "Spreadtrum I2C interface" depends on I2C=y && (ARCH_SPRD || COMPILE_TEST) |