]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/i2c/busses/Kconfig
i2c: zx2967: add i2c controller driver for ZTE's zx2967 family
[karo-tx-linux.git] / drivers / i2c / busses / Kconfig
index ceb4df4e92ab04b0e7aa2927436df2a44ef58780..5134b3cde14e26145c485d3cc78047c7b3fbb7ac 100644 (file)
@@ -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