Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dab3bb09 authored by Vipin Deep Kaur's avatar Vipin Deep Kaur
Browse files

i2c-msm-v2: Add snapshot of I2C MSM V2 driver



This change adds a snapshot of I2C MSM V2 driver
from the 4.19 branch.
This is snapshot of the I2C MSM V2 driver as of
msm-4.19 'commit dc71920da99e ("Merge "i2c-msm-v2:
Add snapshot of I2C MSM V2 driver"")'.

Change-Id: I25ca3134fe80e5fdefcbfdb568f22692955e863a
Signed-off-by: default avatarVipin Deep Kaur <vkaur@codeaurora.org>
parent 1a490661
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -1413,6 +1413,17 @@ config I2C_OPAL
	  This driver can also be built as a module. If so, the module will be
	  called as i2c-opal.

config I2C_MSM_V2
	tristate "I2C_MSM_V2"
	depends on ARCH_QCOM
	help
	  If you say yes to this option, support will be included for the
	  built-in I2C interface and its DMA engine on the MSM family
	  processors.

	  This driver can also be built as a module.  If so, the module
	  will be called i2c-msm-v2.

config I2C_ZX2967
	tristate "ZTE ZX2967 I2C support"
	depends on ARCH_ZX
+1 −0
Original line number Diff line number Diff line
@@ -123,6 +123,7 @@ obj-$(CONFIG_I2C_XILINX) += i2c-xiic.o
obj-$(CONFIG_I2C_XLR)		+= i2c-xlr.o
obj-$(CONFIG_I2C_XLP9XX)	+= i2c-xlp9xx.o
obj-$(CONFIG_I2C_RCAR)		+= i2c-rcar.o
obj-$(CONFIG_I2C_MSM_V2)        += i2c-msm-v2.o
obj-$(CONFIG_I2C_ZX2967)	+= i2c-zx2967.o

# External I2C/SMBus adapter drivers