Skip to content

Commit 1a74fa3

Browse files
Rijo Thomasherbertx
authored andcommitted
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 <[email protected]> Co-developed-by: Devaraj Rangasamy <[email protected]> Signed-off-by: Devaraj Rangasamy <[email protected]> Signed-off-by: Rijo Thomas <[email protected]> Reviewed-by: Gary R Hook <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
1 parent 59e056c commit 1a74fa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/tee/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Generic Trusted Execution Environment Configuration
33
config TEE
44
tristate "Trusted Execution Environment support"
5-
depends on HAVE_ARM_SMCCC || COMPILE_TEST
5+
depends on HAVE_ARM_SMCCC || COMPILE_TEST || CPU_SUP_AMD
66
select DMA_SHARED_BUFFER
77
select GENERIC_ALLOCATOR
88
help

0 commit comments

Comments
 (0)