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

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

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

parents 1b8ffc29 05e2d46a
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -1668,6 +1668,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