diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-07-09 16:25:23 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-07-16 19:01:03 +0200 |
commit | 8fe8bc7773303e3c49be348c3180bc9785104dfc (patch) | |
tree | 76769e3ec18a225e6c4aaf5c05d6d387a712cc35 /drivers/i2c/busses/Kconfig | |
parent | 2fd6cf0523fcd42e6971bb4aa418cee6ea1ca943 (diff) | |
download | op-kernel-dev-8fe8bc7773303e3c49be348c3180bc9785104dfc.zip op-kernel-dev-8fe8bc7773303e3c49be348c3180bc9785104dfc.tar.gz |
i2c: s6000: remove duplicate driver
It turned out that the s6000 simply has a designware IP core and should
use the designated driver for it which is way more maintained and
feature complete. There are currently no users in tree, and not even a
toolchain for s6000 seems to be available. So, simply remove this
duplicate. If someone needs assistance in converting to the designware
driver, the i2c list will be there to help.
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
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 9f7d585..d25dd12 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -700,16 +700,6 @@ config I2C_S3C2410 Say Y here to include support for I2C controller in the Samsung SoCs. -config I2C_S6000 - tristate "S6000 I2C support" - depends on XTENSA_VARIANT_S6000 - help - This driver supports the on chip I2C device on the - S6000 xtensa processor family. - - To compile this driver as a module, choose M here. The module - will be called i2c-s6000. - config I2C_SH7760 tristate "Renesas SH7760 I2C Controller" depends on CPU_SUBTYPE_SH7760 |