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

Commit cce9844f authored by Branden Bonaby's avatar Branden Bonaby
Browse files

soc: qcom: Remove msm watchdog config



Remove qcom watchdog config in preparation for the
creation of the watchdog core.

Change-Id: I964285a5ad06dc5753756d821bd0f4fc1d664739
Signed-off-by: default avatarBranden Bonaby <bbonaby@codeaurora.org>
parent cef19e9e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -57,7 +57,6 @@ CONFIG_QCOM_LLCC=m
CONFIG_QCOM_LAHAINA_LLCC=m
CONFIG_QCOM_SHIMA_LLCC=m
CONFIG_QCOM_IPCC=m
CONFIG_QCOM_WATCHDOG=m
CONFIG_QCOM_FORCE_WDOG_BITE_ON_PANIC=y
CONFIG_QCOM_MEMORY_DUMP_V2=m
CONFIG_QCOM_SCM=m
+0 −9
Original line number Diff line number Diff line
@@ -783,15 +783,6 @@ config CDSPRM_VTCM_DYNAMIC_DEBUG
	  enabled, the vtcm partition details are sent to the CDSP via rpmsg
	  channel.

config QCOM_WATCHDOG
	tristate "Qualcomm Watchdog Support"
	depends on ARCH_QCOM
	help
          This enables the watchdog module. It causes kernel panic if the
          watchdog times out. It allows for detection of cpu hangs and
          deadlocks. It does not run during the bootup process, so it will
          not catch any early lockups.

config QCOM_FORCE_WDOG_BITE_ON_PANIC
	bool "QCOM force watchdog bite on panic"
	depends on QCOM_WATCHDOG
+0 −1
Original line number Diff line number Diff line
@@ -74,7 +74,6 @@ ifdef CONFIG_MSM_RPM_SMD
obj-$(CONFIG_QTI_RPM_STATS_LOG) += rpm_master_stat.o
endif
obj-$(CONFIG_QPNP_PBS) += qpnp-pbs.o
obj-$(CONFIG_QCOM_WATCHDOG) += qcom_watchdog.o
obj-$(CONFIG_MSM_SPCOM) += spcom.o
obj-$(CONFIG_QCOM_CDSP_RM) += cdsprm.o
obj-$(CONFIG_QCOM_FSA4480_I2C) += fsa4480-i2c.o