]> Git Repo - linux.git/blob - drivers/tee/Kconfig
net: mscc: Add initial Ocelot switch support
[linux.git] / drivers / tee / Kconfig
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).
10
11 if TEE
12
13 menu "TEE drivers"
14
15 source "drivers/tee/optee/Kconfig"
16
17 endmenu
18
19 endif
This page took 0.037098 seconds and 4 git commands to generate.