summaryrefslogtreecommitdiff
path: root/drivers/tee/Kconfig
blob: f3ba1547a26f9262f0e948a434f5aafb2df4ba13 (plain)
1
2
3
4
5
6
7
8
9
# Generic Trusted Execution Environment Configuration
config TEE
	bool "Trusted Execution Environment support"
	default n
	select DMA_SHARED_BUFFER
	select GENERIC_ALLOCATOR
	help
	  This implements a generic interface towards a Trusted Execution
	  Environment (TEE).