blob: 50c244ead46d0d0cabc26ff0d39fec881af7c8f4 (
plain)
1
2
3
4
5
6
7
8
|
# 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).
|