diff --git a/cmd/Kconfig b/cmd/Kconfig index 8eeb99eea5e..9dd90da1d9b 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -1348,7 +1348,9 @@ config CMD_CLONE config CMD_OPTEE_RPMB bool "Enable read/write support on RPMB via OPTEE" - depends on SUPPORT_EMMC_RPMB && OPTEE + depends on (SUPPORT_EMMC_RPMB && OPTEE) || SANDBOX_TEE + default y if SANDBOX_TEE + select OPTEE_TA_AVB if SANDBOX_TEE help Enable the commands for reading, writing persistent named values in the Replay Protection Memory Block partition in eMMC by