gpio: rcar: Fix runtime PM imbalance on error
[linux/fpc-iii.git] / drivers / tee / Kconfig
blob8da63f38e6bd26e518d46e864aba4ae5143d4d5f
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 DMA_SHARED_BUFFER
7         select GENERIC_ALLOCATOR
8         help
9           This implements a generic interface towards a Trusted Execution
10           Environment (TEE).
12 if TEE
14 menu "TEE drivers"
16 source "drivers/tee/optee/Kconfig"
17 source "drivers/tee/amdtee/Kconfig"
18 endmenu
20 endif