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

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

Merge "msm: add support for remote debugger driver"

parents 9413110c 903f97d0
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -670,6 +670,13 @@ config CSDIO_DEVICE_ID
	help
	  Enter device id for targeted sdio device, this may be overwritten by
	  module parameters.
.

config MSM_RDBG
        tristate "Qualcomm Remote debug driver"
        depends on MSM_AUDIO_QDSP6 || MSM_AUDIO_QDSP6V2
        help
          Implements a shared memory based transport mechanism that allows
          for a debugger running on a host PC to communicate with a remote
	  stub running on peripheral subsystems such as the ADSP, MODEM etc.
endmenu
+1 −0
Original line number Diff line number Diff line
@@ -65,3 +65,4 @@ obj-$(CONFIG_MSM_ROTATOR) += msm_rotator.o
obj-$(CONFIG_MMC_GENERIC_CSDIO)	+= csdio.o
obj-$(CONFIG_DIAG_CHAR)		+= diag/
obj-$(CONFIG_MSM_ADSPRPC)       += adsprpc.o
obj-$(CONFIG_MSM_RDBG)       += rdbg.o

drivers/char/rdbg.c

0 → 100644
+1150 −0

File added.

Preview size limit exceeded, changes collapsed.