1# Copyright (c) 2023 EPAM Systems
2# SPDX-License-Identifier: Apache-2.0
3
4menuconfig TEE
5	bool "Trusted Environment Drivers"
6	help
7	  Include TEE drivers in system config
8
9if TEE
10
11module = TEE
12module-str = tee
13
14comment "Device Drivers"
15
16source "drivers/tee/optee/Kconfig"
17
18endif # TEE
19