Add snapshot for tzlog driver from msm-4.19 commit 6b6b8fd4946a ("firmware: qcom: fix qsee_log issue"). Change-Id: I1e5aefa971a0e98be1cb795f762e3d385209cbdd Signed-off-by: Zhen Kong <zkong@codeaurora.org>
9 lines
354 B
Plaintext
9 lines
354 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
config QTI_TZ_LOG
|
|
tristate "QTI Trust Zone (TZ) Log Driver"
|
|
depends on DEBUG_FS
|
|
help
|
|
This option enables a driver with a debugfs interface for messages
|
|
produced by the Secure code (Trust zone). These messages provide
|
|
diagnostic information about TZ operation.
|