]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - drivers/tee/Kconfig
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
[mirror_ubuntu-bionic-kernel.git] / drivers / tee / Kconfig
CommitLineData
967c9cca
JW
1# Generic Trusted Execution Environment Configuration
2config TEE
3 tristate "Trusted Execution Environment support"
e8418885 4 depends on HAVE_ARM_SMCCC || COMPILE_TEST
967c9cca
JW
5 select DMA_SHARED_BUFFER
6 select GENERIC_ALLOCATOR
7 help
8 This implements a generic interface towards a Trusted Execution
9 Environment (TEE).
4fb0a5eb
JW
10
11if TEE
12
13menu "TEE drivers"
14
15source "drivers/tee/optee/Kconfig"
16
17endmenu
18
19endif