From: Harshal Dev Date: Wed, 14 Jan 2026 08:19:14 +0000 (+0530) Subject: arm64: defconfig: Enable QCOMTEE module for QTEE-enabled Qualcomm SoCs X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dccccbb739510a63cc62eb3cc1261392cc6045f7;p=thirdparty%2Flinux.git arm64: defconfig: Enable QCOMTEE module for QTEE-enabled Qualcomm SoCs All Qualcomm SoCs starting from SM8650 provide access to the Qualcomm Trusted Execution Environment (QTEE) through the SMCInvoke interface, implemented by the QCOMTEE driver. QTEE runs in the Secure World domain on ARM64 CPUs and exposes secure services to Linux running in the Normal World domain. This change enables the QCOMTEE driver as a module to support communication with QTEE. QCOMTEE has been tested on a Qualcomm RB3Gen2 board by loading and executing a Trusted Application via tests hosted at github.com/qualcomm/minkipc. Signed-off-by: Harshal Dev Reviewed-by: Kuldeep Singh Tested-by: Kuldeep Singh Reviewed-by: Sumit Garg Reviewed-by: Amirreza Zarrabi Link: https://lore.kernel.org/r/20260114-qcom_qcomtee_defconfig-v4-1-ec676311171f@oss.qualcomm.com Signed-off-by: Bjorn Andersson --- diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 4ed70ab7ee854..d6ed2a3109ead 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1841,6 +1841,7 @@ CONFIG_FPGA_MGR_ZYNQMP_FPGA=m CONFIG_FPGA_MGR_VERSAL_FPGA=m CONFIG_TEE=y CONFIG_OPTEE=y +CONFIG_QCOMTEE=m CONFIG_MUX_GPIO=m CONFIG_MUX_MMIO=y CONFIG_SLIMBUS=m