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

Commit ca5cff8f authored by Josh Cartwright's avatar Josh Cartwright Committed by Matt Wagantall
Browse files

msm: adsprpc: add snapshot of adsprpc driver



This is a snapshot of the adsprpc driver and associated files as of
msm-3.10 commit:

acdce027751d5a7488b283f0ce3111f873a5816d (Merge "defconfig: arm64:
Enable ONESHOT_SYNC for msm8994")

Change-Id: Ife97f8baee0ff4c5f1b616b43942dbef99ad7ab4
Signed-off-by: default avatarJosh Cartwright <joshc@codeaurora.org>
Signed-off-by: default avatarMatt Wagantall <mattw@codeaurora.org>
parent b87d4734
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -621,5 +621,14 @@ config TILE_SROM

source "drivers/char/xillybus/Kconfig"

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

endmenu
+4 −0
Original line number Diff line number Diff line
@@ -64,3 +64,7 @@ js-rtc-y = rtc.o
obj-$(CONFIG_TILE_SROM)		+= tile-srom.o
obj-$(CONFIG_DIAG_CHAR)		+= diag/
obj-$(CONFIG_XILLYBUS)		+= xillybus/
obj-$(CONFIG_MSM_ADSPRPC)       += adsprpc.o
ifdef CONFIG_COMPAT
obj-$(CONFIG_MSM_ADSPRPC)       += adsprpc_compat.o
endif
Loading