diff options
author | Rijo Thomas <[email protected]> | 2019-12-27 10:54:00 +0530 |
---|---|---|
committer | Herbert Xu <[email protected]> | 2020-01-04 13:49:51 +0800 |
commit | 1a74fa3894e7ee23a36f677789dd1e3048b82a72 (patch) | |
tree | 0ec061b56a38605540e3d6f374c75d9b36478386 | |
parent | 59e056cda4beb5412e3653e6360c2eb0fa770baa (diff) |
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]>
-rw-r--r-- | drivers/tee/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tee/Kconfig b/drivers/tee/Kconfig index 676ffcb64985..4f3197de3133 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 |