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 <jens.wiklander@linaro.org> Co-developed-by: Devaraj Rangasamy <Devaraj.Rangasamy@amd.com> Signed-off-by: Devaraj Rangasamy <Devaraj.Rangasamy@amd.com> Signed-off-by: Rijo Thomas <Rijo-john.Thomas@amd.com> Reviewed-by: Gary R Hook <gary.hook@amd.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
59e056cda4
commit
1a74fa3894
|
@ -2,7 +2,7 @@
|
||||||
# Generic Trusted Execution Environment Configuration
|
# Generic Trusted Execution Environment Configuration
|
||||||
config TEE
|
config TEE
|
||||||
tristate "Trusted Execution Environment support"
|
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 DMA_SHARED_BUFFER
|
||||||
select GENERIC_ALLOCATOR
|
select GENERIC_ALLOCATOR
|
||||||
help
|
help
|
||||||
|
|
Loading…
Reference in New Issue