Makefile: Export clang toolchain variables
[linux/fpc-iii.git] / drivers / tee / Kconfig
bloba6df12d88f90cd097ab88df8d151970243aea26b
1 # Generic Trusted Execution Environment Configuration
2 config TEE
3         tristate "Trusted Execution Environment support"
4         depends on HAVE_ARM_SMCCC || COMPILE_TEST
5         select DMA_SHARED_BUFFER
6         select GENERIC_ALLOCATOR
7         help
8           This implements a generic interface towards a Trusted Execution
9           Environment (TEE).
11 if TEE
13 menu "TEE drivers"
15 source "drivers/tee/optee/Kconfig"
17 endmenu
19 endif