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

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

Merge "Add hdcp_qseecom driver snapshot for Lahaina"

parents 378eb426 b1ae6d83
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -489,6 +489,16 @@ config QSEECOM
          Manager (SCM) interface. It exposes APIs for both userspace and
          kernel clients.

config HDCP_QSEECOM
        tristate "QTI High-Bandwidth Digital Content Protection Module"
        depends on QSEECOM
        help
          This module implements HDCP 2.2 features over external interfaces
          such as the DisplayPort interface. It exposes APIs for the interface
          driver to communicate with QTI Secure Execution Environment (QSEE)
          via the QSEECOM Driver and also communicates with the Receiver via
          APIs exposed by the interface driver.

source "drivers/misc/c2port/Kconfig"
source "drivers/misc/eeprom/Kconfig"
source "drivers/misc/cb710/Kconfig"
+1 −0
Original line number Diff line number Diff line
@@ -49,6 +49,7 @@ obj-$(CONFIG_SRAM_EXEC) += sram-exec.o
obj-y				+= mic/
obj-$(CONFIG_GENWQE)		+= genwqe/
obj-$(CONFIG_ECHO)		+= echo/
obj-$(CONFIG_HDCP_QSEECOM)	+= hdcp_qseecom.o
obj-$(CONFIG_VEXPRESS_SYSCFG)	+= vexpress-syscfg.o
obj-$(CONFIG_CXL_BASE)		+= cxl/
obj-$(CONFIG_PCI_ENDPOINT_TEST)	+= pci_endpoint_test.o
+1762 −0

File added.

Preview size limit exceeded, changes collapsed.