linux-kernelorg-stable/drivers/tee/qcomtee
Geert Uytterhoeven 3b63efa21b tee: QCOMTEE should depend on ARCH_QCOM
The Qualcomm Trusted Execution Environment (QTEE) is only available on
Qualcomm SoCs.  Hence add a dependency on ARCH_QCOM, to prevent asking
the user about this driver when configuring a kernel without Qualcomm
platform support.

Fixes: d6e290837e ("tee: add Qualcomm TEE driver")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
2025-10-02 08:31:10 +02:00
..
Kconfig tee: QCOMTEE should depend on ARCH_QCOM 2025-10-02 08:31:10 +02:00
Makefile tee: qcom: enable TEE_IOC_SHM_ALLOC ioctl 2025-09-15 17:34:06 +02:00
async.c
call.c tee: qcom: prevent potential off by one read 2025-09-19 08:45:59 +02:00
core.c tee: qcom: return -EFAULT instead of -EINVAL if copy_from_user() fails 2025-09-19 08:46:57 +02:00
mem_obj.c tee: qcom: enable TEE_IOC_SHM_ALLOC ioctl 2025-09-15 17:34:06 +02:00
primordial_obj.c tee: qcom: enable TEE_IOC_SHM_ALLOC ioctl 2025-09-15 17:34:06 +02:00
qcomtee.h tee: qcom: enable TEE_IOC_SHM_ALLOC ioctl 2025-09-15 17:34:06 +02:00
qcomtee_msg.h
qcomtee_object.h
shm.c tee: qcom: enable TEE_IOC_SHM_ALLOC ioctl 2025-09-15 17:34:06 +02:00
user_obj.c