mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 19:47:08 +02:00
remoteproc: qcom: Add config to collect both mini and full dumps in ssr
Add a debug config to allow collecting both minidump and fulldump for the case where minidump is allowed by policy and enabled for a subsystem. Helps finding the reason for crashes where minidump lacks required information and fulldumps are not available. Change-Id: I40a198f711e6ad52e4ee45129cae26bf1d946ccd Signed-off-by: Naman Jain <quic_namajain@quicinc.com>
This commit is contained in:
parent
20150990dd
commit
9654c24068
|
|
@ -344,6 +344,14 @@ config RPROC_SSR_NOTIF_TIMEOUT
|
|||
the start and end of SSR notifications through the subsystem
|
||||
notifier, before a warning is emitted.
|
||||
|
||||
config QCOM_RPROC_BOTH_DUMPS
|
||||
bool "Collect both minidump and fulldump for subsystem crash"
|
||||
help
|
||||
Say y here to allow dumping both fulldump and minidump for the
|
||||
case where subsystem minidump is enabled by policy and the feature
|
||||
is enabled for a client. The case where minidump is not enabled,
|
||||
and fulldump is collected by default remains unaffected.
|
||||
|
||||
config ST_REMOTEPROC
|
||||
tristate "ST remoteproc support"
|
||||
depends on ARCH_STI
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user