mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-08-18 02:58:57 +08:00
10 lines
217 B
Plaintext
Executable File
10 lines
217 B
Plaintext
Executable File
menuconfig RT_USING_TEE
|
|
bool "Using Trusted Execution Environment (TEE) support"
|
|
depends on RT_USING_DM
|
|
default n
|
|
|
|
if RT_USING_TEE
|
|
rsource "optee/Kconfig"
|
|
osource "$(SOC_DM_TEE_DIR)/Kconfig"
|
|
endif
|