]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - drivers/tee/Kconfig
iommu/mediatek: Include linux/dma-mapping.h
[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"
4 select DMA_SHARED_BUFFER
5 select GENERIC_ALLOCATOR
6 help
7 This implements a generic interface towards a Trusted Execution
8 Environment (TEE).
4fb0a5eb
JW
9
10if TEE
11
12menu "TEE drivers"
13
14source "drivers/tee/optee/Kconfig"
15
16endmenu
17
18endif