Loading arch/arm/mach-msm/Kconfig +11 −0 Original line number Diff line number Diff line Loading @@ -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 Loading arch/arm/mach-msm/Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
arch/arm/mach-msm/Kconfig +11 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
arch/arm/mach-msm/Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading