Skip to content

Commit ff3fc66

Browse files
committed
QCLINUX: defconfig: Enable Trusted Execution Environment (TEE) driver for Qualcomm TEE (QTEE)
We are planning to replace QPTEE with QCOMTEE on all QCOM-released kernel versions. QTEE allows Trusted Applications (TAs) and services to run securely and offers the same functionality as OPTEE. Signed-off-by: Jiaxing Li <[email protected]> Link: #121
1 parent 11a012a commit ff3fc66

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

arch/arm64/configs/defconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1669,7 +1669,8 @@ CONFIG_ALTERA_FREEZE_BRIDGE=m
16691669
CONFIG_FPGA_REGION=m
16701670
CONFIG_OF_FPGA_REGION=m
16711671
CONFIG_TEE=y
1672-
CONFIG_OPTEE=y
1672+
# CONFIG_OPTEE is not set
1673+
CONFIG_QCOMTEE=y
16731674
CONFIG_MUX_GPIO=m
16741675
CONFIG_MUX_MMIO=y
16751676
CONFIG_SLIMBUS=m

0 commit comments

Comments
 (0)