Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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: d6e290837e50f73f ("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>

authored by

Geert Uytterhoeven and committed by
Jens Wiklander
3b63efa2 a9ee2c46

+1
+1
drivers/tee/qcomtee/Kconfig
··· 2 2 # Qualcomm Trusted Execution Environment Configuration 3 3 config QCOMTEE 4 4 tristate "Qualcomm TEE Support" 5 + depends on ARCH_QCOM || COMPILE_TEST 5 6 depends on !CPU_BIG_ENDIAN 6 7 select QCOM_SCM 7 8 select QCOM_TZMEM_MODE_SHMBRIDGE