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

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

Merge "msm: adsprpc: add fastrpc driver files"

parents 2d65d464 d5c40c85
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -540,6 +540,15 @@ source "drivers/s390/char/Kconfig"

source "drivers/char/xillybus/Kconfig"

config MSM_ADSPRPC
        tristate "QTI ADSP RPC driver"
        depends on QCOM_GLINK
        help
          Provides a communication mechanism that allows clients to
          make remote method invocations across processor boundary to
          applications/compute DSP processor.
		  Say M if you want to enable this module.

config ADI
	tristate "SPARC Privileged ADI driver"
	depends on SPARC64
+4 −0
Original line number Diff line number Diff line
@@ -57,4 +57,8 @@ js-rtc-y = rtc.o

obj-$(CONFIG_XILLYBUS)		+= xillybus/
obj-$(CONFIG_POWERNV_OP_PANEL)	+= powernv-op-panel.o
obj-$(CONFIG_MSM_ADSPRPC)	+= adsprpc.o
ifdef CONFIG_COMPAT
  obj-$(CONFIG_MSM_ADSPRPC)	+= adsprpc_compat.o
endif
obj-$(CONFIG_ADI)		+= adi.o
Loading