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

Commit 01ee295a authored by Kyle Yan's avatar Kyle Yan
Browse files

lib: spinlock: Change MSM_WATCHDOG_V2 to QCOM_WATCHDOG_V2



Change DEBUG_SPINLOCK_BITE_ON_BUG to depend on QCOM_WATCHDOG_V2 instead
of MSM_WATCHDOG_V2 as MSM_WATCHDOG_V2 is no longer used.

CRs-Fixed: 1070295
Change-Id: I549abf9978a19da5bbd258d803287464cd73f23c
Signed-off-by: default avatarKyle Yan <kyan@codeaurora.org>
parent 4b91c1a0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1020,7 +1020,7 @@ choice

	config DEBUG_SPINLOCK_BITE_ON_BUG
		bool "Cause a Watchdog Bite on Spinlock bug"
		depends on MSM_WATCHDOG_V2
		depends on QCOM_WATCHDOG_V2
		help
		  On a spinlock bug, cause a watchdog bite so that we can get the precise
		  state of the system captured at the time of spin dump. This is mutually