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).
|