diff options
author | Baoyou Xie <baoyou.xie@linaro.org> | 2017-06-22 20:56:55 +0800 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2017-06-23 20:52:22 +0200 |
commit | 9615a01f71ca02858f5265b1b545280758562aa2 (patch) | |
tree | 19f2a76a3a72cf5dcafdb6fceb458fdf7d5de18a /drivers/i2c/busses/Kconfig | |
parent | c0022504b500c4394ff106f0f13acb879ab2c70f (diff) | |
download | lwn-9615a01f71ca02858f5265b1b545280758562aa2.tar.gz lwn-9615a01f71ca02858f5265b1b545280758562aa2.zip |
i2c: zx2967: add i2c controller driver for ZTE's zx2967 family
This patch adds i2c controller driver for ZTE's zx2967 family.
Signed-off-by: Baoyou Xie <baoyou.xie@linaro.org>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Reviewed-by: Jun Nie <jun.nie@linaro.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index ceb4df4e92ab..5134b3cde14e 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -1270,4 +1270,13 @@ 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 || COMPILE_TEST + 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. + endmenu |