]> git.karo-electronics.de Git - karo-tx-linux.git/blob - drivers/tee/Kconfig
platform/x86: intel_telemetry_debugfs: fix oops when load/unload module
[karo-tx-linux.git] / drivers / tee / Kconfig
1 # Generic Trusted Execution Environment Configuration
2 config 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).
9
10 if TEE
11
12 menu "TEE drivers"
13
14 source "drivers/tee/optee/Kconfig"
15
16 endmenu
17
18 endif