diff options
author | Baolin Wang <baolin.wang@spreadtrum.com> | 2017-08-29 05:35:04 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2017-08-29 12:13:35 +0200 |
commit | 8b9ec0719834fe66146d138d62ed66cef025c864 (patch) | |
tree | 162b4fb5e09475c63568d25d9a2d089974ae2745 /drivers/i2c/busses/Kconfig | |
parent | dt-bindings: i2c: Add Spreadtrum I2C controller documentation (diff) | |
download | linux-8b9ec0719834fe66146d138d62ed66cef025c864.tar.xz linux-8b9ec0719834fe66146d138d62ed66cef025c864.zip |
i2c: Add Spreadtrum I2C controller driver
This patch adds the I2C controller driver for Spreadtrum SC9860 platform.
Signed-off-by: Baolin Wang <baolin.wang@spreadtrum.com>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index f20b1f84013a..1bd3e5fc337b 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -908,6 +908,13 @@ config I2C_SIRF This driver can also be built as a module. If so, the module will be called i2c-sirf. +config I2C_SPRD + bool "Spreadtrum I2C interface" + depends on ARCH_SPRD + help + If you say yes to this option, support will be included for the + Spreadtrum I2C interface. + config I2C_ST tristate "STMicroelectronics SSC I2C support" depends on ARCH_STI |