SmartAudio/lichee/linux-4.9/drivers/tee/Kconfig

20 lines
385 B
Plaintext
Raw Normal View History

2018-07-13 01:31:50 +00:00
# Generic Trusted Execution Environment Configuration
config TEE
tristate "Trusted Execution Environment support"
2018-12-13 10:48:25 +00:00
depends on HAVE_ARM_SMCCC || COMPILE_TEST
2018-07-13 01:31:50 +00:00
select DMA_SHARED_BUFFER
select GENERIC_ALLOCATOR
help
This implements a generic interface towards a Trusted Execution
Environment (TEE).
if TEE
menu "TEE drivers"
source "drivers/tee/optee/Kconfig"
endmenu
endif