]> Git Repo - linux.git/blob - drivers/tee/Kconfig
Merge tag 'iwlwifi-next-for-kalle-2020-06-11' of git://git.kernel.org/pub/scm/linux...
[linux.git] / drivers / tee / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 # Generic Trusted Execution Environment Configuration
3 config TEE
4         tristate "Trusted Execution Environment support"
5         depends on HAVE_ARM_SMCCC || COMPILE_TEST || CPU_SUP_AMD
6         select CRYPTO
7         select CRYPTO_SHA1
8         select DMA_SHARED_BUFFER
9         select GENERIC_ALLOCATOR
10         help
11           This implements a generic interface towards a Trusted Execution
12           Environment (TEE).
13
14 if TEE
15
16 menu "TEE drivers"
17
18 source "drivers/tee/optee/Kconfig"
19 source "drivers/tee/amdtee/Kconfig"
20 endmenu
21
22 endif
This page took 0.034788 seconds and 4 git commands to generate.