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

Commit 05e2d46a authored by Hanumant Singh's avatar Hanumant Singh
Browse files

msm: mdm: Add config option to enable external mdm driver



Allow monitoring and power up/down of external modems.

Change-Id: I673242886b478fb33a9722cf86f065e14047c5b8
Signed-off-by: default avatarHanumant Singh <hanumant@codeaurora.org>
parent 3a5255f7
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -1664,6 +1664,17 @@ config MSM_SMP2P_TEST
	  are used to verify the local and remote
	  implementations.

config EXTERNAL_MDM
	tristate "External modem driver"
	default n
	help
	  Enable communication with external modem.
	  Support power up and shut down external modem
	  by using gpios. Monitor external modem status
	  for crashes and perform ram dump collection
	  as well as a restart of the modem in the event
	  of a crash.

config MSM_RESET_MODEM
	tristate "Reset Modem Driver"
	depends on MSM_SMD
+1 −1
Original line number Diff line number Diff line
@@ -382,7 +382,7 @@ obj-$(CONFIG_ARCH_MSM7X30) += board-msm7x30-regulator.o
obj-$(CONFIG_ARCH_MSM7X27A) += board-msm7x27a-regulator.o
endif

obj-$(CONFIG_ARCH_MSM8960) += mdm2.o mdm_common.o
obj-$(CONFIG_EXTERNAL_MDM) += mdm2.o mdm_common.o
obj-$(CONFIG_MSM_RTB) += msm_rtb.o
obj-$(CONFIG_MSM_CACHE_ERP) += cache_erp.o
obj-$(CONFIG_MSM_EBI_ERP) += ebi_erp.o