Files
rt-thread/components/drivers/tee/Kconfig
T
2026-07-27 17:53:20 +08:00

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