summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2016-10-06 12:25:39 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2016-10-06 12:25:39 -0700
commitdcf012e0f8d116057c0ec48522267ff1cbd891b4 (patch)
treefbd15521bbfe5a6e41a913f4a0594ec37b1003cf
parentc2e920922aaf72a3461770fed7ee34809e4c38cd (diff)
parent01ee295a4adfa3fac073df4c37bb7ebc868060ac (diff)
Merge "lib: spinlock: Change MSM_WATCHDOG_V2 to QCOM_WATCHDOG_V2"
-rw-r--r--lib/Kconfig.debug2
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