mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
ANDROID: gki_defconfig: Enable CONFIG_WQ_WATCHDOG
It is useful to some partners to debug in-field lockups, and can disabled by those who don't need it via command line or sysfs. Bug: 159101622 Signed-off-by: Quentin Perret <qperret@google.com> Change-Id: I14d2b112d2d4d1a4a920c71f254fc4ba4d3cd57c
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
fd0cd97281
commit
122a2dad22
@@ -499,6 +499,7 @@ CONFIG_PANIC_ON_OOPS=y
|
||||
CONFIG_PANIC_TIMEOUT=-1
|
||||
CONFIG_SOFTLOCKUP_DETECTOR=y
|
||||
# CONFIG_DETECT_HUNG_TASK is not set
|
||||
CONFIG_WQ_WATCHDOG=y
|
||||
CONFIG_SCHEDSTATS=y
|
||||
# CONFIG_DEBUG_PREEMPT is not set
|
||||
CONFIG_BUG_ON_DATA_CORRUPTION=y
|
||||
|
||||
@@ -446,6 +446,7 @@ CONFIG_PANIC_ON_OOPS=y
|
||||
CONFIG_PANIC_TIMEOUT=-1
|
||||
CONFIG_SOFTLOCKUP_DETECTOR=y
|
||||
# CONFIG_DETECT_HUNG_TASK is not set
|
||||
CONFIG_WQ_WATCHDOG=y
|
||||
CONFIG_SCHEDSTATS=y
|
||||
CONFIG_BUG_ON_DATA_CORRUPTION=y
|
||||
CONFIG_UNWINDER_FRAME_POINTER=y
|
||||
|
||||
Reference in New Issue
Block a user