Merge "firmware: qcom: Add TZ log driver snapshot for Lahaina"

This commit is contained in:
qctecmdr 2019-12-16 17:48:33 -08:00 committed by Gerrit - the friendly Code Review server
commit 5861050a5b
5 changed files with 1131 additions and 0 deletions

View File

@ -321,5 +321,6 @@ source "drivers/firmware/imx/Kconfig"
source "drivers/firmware/meson/Kconfig"
source "drivers/firmware/tegra/Kconfig"
source "drivers/firmware/xilinx/Kconfig"
source "drivers/firmware/qcom/Kconfig"
endmenu

View File

@ -34,3 +34,4 @@ obj-$(CONFIG_UEFI_CPER) += efi/
obj-y += imx/
obj-y += tegra/
obj-y += xilinx/
obj-$(CONFIG_QTI_TZ_LOG) += qcom/

View File

@ -0,0 +1,8 @@
# 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.

View File

@ -0,0 +1,2 @@
# SPDX-License-Identifier: GPL-2.0-only
obj-$(CONFIG_QTI_TZ_LOG) += tz_log.o

File diff suppressed because it is too large Load Diff