From: Rijo Thomas Date: Fri, 27 Dec 2019 05:24:00 +0000 (+0530) Subject: tee: allow compilation of tee subsystem for AMD CPUs X-Git-Tag: v5.6-rc1~152^2~105 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1a74fa3894e7ee23a36f677789dd1e3048b82a72;p=thirdparty%2Fkernel%2Flinux.git tee: allow compilation of tee subsystem for AMD CPUs Allow compilation of tee subsystem for AMD's CPUs which have a dedicated AMD Secure Processor for Trusted Execution Environment (TEE). Acked-by: Jens Wiklander Co-developed-by: Devaraj Rangasamy Signed-off-by: Devaraj Rangasamy Signed-off-by: Rijo Thomas Reviewed-by: Gary R Hook Signed-off-by: Herbert Xu --- diff --git a/drivers/tee/Kconfig b/drivers/tee/Kconfig index 676ffcb649857..4f3197de31337 100644 --- a/drivers/tee/Kconfig +++ b/drivers/tee/Kconfig @@ -2,7 +2,7 @@ # Generic Trusted Execution Environment Configuration config TEE tristate "Trusted Execution Environment support" - depends on HAVE_ARM_SMCCC || COMPILE_TEST + depends on HAVE_ARM_SMCCC || COMPILE_TEST || CPU_SUP_AMD select DMA_SHARED_BUFFER select GENERIC_ALLOCATOR help