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

Commit 658f4ef4 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: mhi: MHI Usperspace Control Interface driver"

parents e6e4c159 da748c5f
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -145,6 +145,16 @@ config SSM
	  This driver uses Secure Channel Manager interface for trustzone
	  communication and communicates with modem over SMD channel.

config MSM_MHI_UCI
	 tristate "MHI Usperspace Control Interface Driver"
	 depends on MSM_MHI
	 help
	  This modules enables userspace software clients to communicate
	  with devices supporting the MHI protocol. Userspace clients
	  may open the device nodes exposed by MHI UCI and perform
	  read, write and ioctl operations to communicate with the
	  attached device.

config QCA1530
	tristate "QCA1530 SoC GNSS Driver"
	depends on REGULATOR && OF
+2 −1
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@ ccflags-y += -Isecurity/selinux -Isecurity/selinux/include

obj-$(CONFIG_MSM_BUS_SCALING) += msm_bus/
obj-$(CONFIG_BUS_TOPOLOGY_ADHOC) += msm_bus/
obj-$(CONFIG_MSM_MHI_UCI) += mhi_uci/
obj-$(CONFIG_MSM_SSBI) += ssbi.o
obj-$(CONFIG_USB_BAM) += usb_bam.o
obj-$(CONFIG_IPA) += ipa/
+2 −0
Original line number Diff line number Diff line
# Makefile for MHI UCI driver
obj-y += mhi_uci.o
+1307 −0

File added.

Preview size limit exceeded, changes collapsed.