Skip to content

Commit 3b63efa

Browse files
geertujenswi-linaro
authored andcommitted
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: d6e2908 ("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>
1 parent a9ee2c4 commit 3b63efa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/tee/qcomtee/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# Qualcomm Trusted Execution Environment Configuration
33
config QCOMTEE
44
tristate "Qualcomm TEE Support"
5+
depends on ARCH_QCOM || COMPILE_TEST
56
depends on !CPU_BIG_ENDIAN
67
select QCOM_SCM
78
select QCOM_TZMEM_MODE_SHMBRIDGE

0 commit comments

Comments
 (0)