Loading drivers/platform/msm/Kconfig +10 −0 Original line number Diff line number Diff line Loading @@ -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 Loading drivers/platform/msm/Makefile +2 −1 Original line number Diff line number Diff line Loading @@ -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/ Loading drivers/platform/msm/mhi_uci/Makefile 0 → 100644 +2 −0 Original line number Diff line number Diff line # Makefile for MHI UCI driver obj-y += mhi_uci.o Loading
drivers/platform/msm/Kconfig +10 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
drivers/platform/msm/Makefile +2 −1 Original line number Diff line number Diff line Loading @@ -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/ Loading
drivers/platform/msm/mhi_uci/Makefile 0 → 100644 +2 −0 Original line number Diff line number Diff line # Makefile for MHI UCI driver obj-y += mhi_uci.o