defconfig: msm: increase panic_timeout value to 5 second for lito

During APSS shutdown, notification is send to modem
subsystem for completing cleanup callbacks and
preparing for minidump segments. Current delay of
200ms is not enough for modem to complete cleanup
and complete minidump preparation.

Increase panic_timeout to allow modem for completion
of cleanup and dump preparation.

Change-Id: If883527642ef8eb06804c01600f2d705241d785f
Signed-off-by: Prateek Sood <prsood@codeaurora.org>
This commit is contained in:
Prateek Sood 2020-04-01 01:09:21 +05:30
parent 0be98ecb41
commit 2c28311167
2 changed files with 2 additions and 2 deletions

View file

@ -674,7 +674,7 @@ CONFIG_DEBUG_INFO=y
CONFIG_PAGE_OWNER=y
# CONFIG_SECTION_MISMATCH_WARN_ONLY is not set
CONFIG_MAGIC_SYSRQ=y
CONFIG_PANIC_TIMEOUT=-1
CONFIG_PANIC_TIMEOUT=5
CONFIG_SCHEDSTATS=y
# CONFIG_DEBUG_PREEMPT is not set
CONFIG_IPC_LOGGING=y

View file

@ -714,7 +714,7 @@ CONFIG_DEBUG_STACK_USAGE=y
CONFIG_DEBUG_MEMORY_INIT=y
CONFIG_SOFTLOCKUP_DETECTOR=y
CONFIG_WQ_WATCHDOG=y
CONFIG_PANIC_TIMEOUT=-1
CONFIG_PANIC_TIMEOUT=5
CONFIG_PANIC_ON_SCHED_BUG=y
CONFIG_PANIC_ON_RT_THROTTLING=y
CONFIG_SCHEDSTATS=y