diff options
| author | Kyle Yan <kyan@codeaurora.org> | 2016-09-20 13:52:16 -0700 |
|---|---|---|
| committer | Kyle Yan <kyan@codeaurora.org> | 2016-09-22 17:32:41 -0700 |
| commit | 01ee295a4adfa3fac073df4c37bb7ebc868060ac (patch) | |
| tree | 32aaf5aa197a2a03b0cf8a1fdd5a39ed03f8584e /lib | |
| parent | 4b91c1a0f78b6b4071e66c9a5879a784cedd6693 (diff) | |
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: Kyle Yan <kyan@codeaurora.org>
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Kconfig.debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 36ea0d54e05b..902657d4cac5 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -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 |
