Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5861050a authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 635b6273 7b4e4096
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+1 −0
Original line number Diff line number Diff line
@@ -34,3 +34,4 @@ obj-$(CONFIG_UEFI_CPER) += efi/
obj-y				+= imx/
obj-y				+= tegra/
obj-y				+= xilinx/
obj-$(CONFIG_QTI_TZ_LOG)	+= qcom/
+8 −0
Original line number Diff line number Diff line
# 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.
+2 −0
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0-only
obj-$(CONFIG_QTI_TZ_LOG) += tz_log.o
+1119 −0

File added.

Preview size limit exceeded, changes collapsed.