mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 21:38:32 +08:00
9 lines
262 B
Plaintext
9 lines
262 B
Plaintext
|
# Generic Trusted Execution Environment Configuration
|
||
|
config TEE
|
||
|
tristate "Trusted Execution Environment support"
|
||
|
select DMA_SHARED_BUFFER
|
||
|
select GENERIC_ALLOCATOR
|
||
|
help
|
||
|
This implements a generic interface towards a Trusted Execution
|
||
|
Environment (TEE).
|