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

Commit d06d35da authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

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

parents a2f1cb82 dc71920d
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -1340,6 +1340,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
@@ -115,6 +115,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
+3039 −0

File added.

Preview size limit exceeded, changes collapsed.

+664 −0

File added.

Preview size limit exceeded, changes collapsed.